Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-actions: bump codecov/codecov-action from 3.0.0 to 3.1.0 #7

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ jobs:
cd ../libhtp/htp
gcov-9 -p *.[ch]
- name: Upload coverage to Codecov
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
with:
fail_ci_if_error: false
flags: suricata-verify
Expand Down Expand Up @@ -784,7 +784,7 @@ jobs:
cd ../libhtp/htp
gcov-9 -p *.[ch]
- name: Upload coverage to Codecov
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
with:
fail_ci_if_error: false
flags: unittests
Expand Down Expand Up @@ -863,7 +863,7 @@ jobs:
cd src
llvm-cov-10 gcov -p *.c
- name: Upload coverage to Codecov
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
with:
fail_ci_if_error: false
flags: fuzzcorpus
Expand Down