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 574aaf4 commit 6aca481Copy full SHA for 6aca481
.github/workflows/test.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: Run tests with coverage
33
run: make test
34
35
-# - name: Upload coverage to Codecov
36
-# uses: codecov/codecov-action@v4
37
-# with:
38
-# file: ./coverage.out
39
-# token: ${{ secrets.CODECOV_TOKEN }}
40
-# fail_ci_if_error: false
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v5
+ with:
+ file: ./coverage.out
+ token: ${{ secrets.CODECOV_TOKEN }}
+ fail_ci_if_error: false
0 commit comments