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 61aa5ef commit 6f804d1Copy full SHA for 6f804d1
.github/workflows/c-cpp.yml
@@ -31,10 +31,11 @@ jobs:
31
run: make check
32
- name: make distcheck
33
run: make distcheck
34
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v4
35
with:
36
flags: tests # optional
37
name: nemea-framework # optional
38
fail_ci_if_error: true # optional (default = false)
39
verbose: true # optional (default = false)
40
+ token: ${{ secrets.CODECOV_TOKEN }} # required
41
0 commit comments