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.
2 parents 7170c58 + 3e090a9 commit 8888a02Copy full SHA for 8888a02
.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.4.1
+ uses: codecov/codecov-action@v4.5.0
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
flags: unittests
0 commit comments