Skip to content

Commit

Permalink
fix: source coverage ci failure (#5209)
Browse files Browse the repository at this point in the history
Description
---
Don't run cucumber during the coverage runner. It always returns a non 0 exit code when additional cucumber params aren't passed making CI think it's a failure.

Motivation and Context
---
After PR's get merged the coverage ci fails: https://github.com/tari-project/tari/actions/runs/4281676173/jobs/7454994490

How Has This Been Tested?
---
#yolo 🤞🏻
  • Loading branch information
brianp committed Mar 1, 2023
1 parent de28115 commit 80294a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
LLVM_PROFILE_FILE: "coverage_data-%p-%m.profraw"
with:
command: test
args: --all-features --no-fail-fast
args: --all-features --no-fail-fast --exclude tari_integration_tests

- name: prepare coverage data
env:
Expand Down

0 comments on commit 80294a1

Please sign in to comment.