We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ce45f commit 75f55d0Copy full SHA for 75f55d0
.github/workflows/test.yml
@@ -39,6 +39,7 @@ jobs:
39
fi
40
41
- name: Publish test coverage
42
+ if: ${{ !matrix.use-latest-deps }}
43
uses: codecov/codecov-action@v4
44
env:
45
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments