Skip to content

Commit

Permalink
provide flag for github action codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Sep 13, 2022
1 parent db85aa9 commit f51da52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
with:
files: ${{ runner.temp }}/zeitgeist-test-coverage.lcov
fail_ci_if_error: true
flags: tests
verbose: true
name: unit-tests

fuzz:
name: Fuzz
Expand Down Expand Up @@ -138,3 +141,6 @@ jobs:
with:
files: ${{ runner.temp }}/zeitgeist-fuzz-coverage.lcov
fail_ci_if_error: true
flags: fuzz
verbose: true
name: fuzz-tests

0 comments on commit f51da52

Please sign in to comment.