We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f1fc5 commit a6a6c7dCopy full SHA for a6a6c7d
.github/workflows/run-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run linter and tests
39
run: make test-ci
40
- name: Update code coverage
41
- uses: codecov/codecov-action@v4.0.2
+ uses: codecov/codecov-action@v4.1.0
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
flags: unittests
0 commit comments