Skip to content

Commit 6aca481

Browse files
authored
Enable Codecov action
1 parent 574aaf4 commit 6aca481

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- name: Run tests with coverage
3333
run: make test
3434

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
35+
- name: Upload coverage to Codecov
36+
uses: codecov/codecov-action@v5
37+
with:
38+
file: ./coverage.out
39+
token: ${{ secrets.CODECOV_TOKEN }}
40+
fail_ci_if_error: false

0 commit comments

Comments
 (0)