Skip to content

Commit

Permalink
check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii committed May 23, 2024
1 parent c8cfe3b commit 19def26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Check for expected number of coverage.xml reports
run: |
JOBS_PRODUCING_COVERAGE=5
JOBS_PRODUCING_COVERAGE=7
if [ "$(find . -name coverage.xml | wc -l | bc)" -ne "${JOBS_PRODUCING_COVERAGE}" ]; then
echo "::error::Number of coverage.xml files was not the expected one (${JOBS_PRODUCING_COVERAGE}): $(find . -name coverage.xml |xargs echo)"
exit 1
Expand Down

0 comments on commit 19def26

Please sign in to comment.