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 45ce4e9 commit bd7bd49Copy full SHA for bd7bd49
.github/workflows/tests.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: Upload coverage to Codecov
35
uses: codecov/codecov-action@v5
36
+ env:
37
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38
with:
39
file: ./coverage.xml
40
flags: unittests
0 commit comments