Skip to content

Commit

Permalink
add missing job index when creating cov file
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 17, 2025
1 parent cdbe0d4 commit 5b65bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
--group ${{ matrix.group }} \
--splitting-algorithm least_duration \
--cov-branch \
--cov-report xml:coverage.xml \
--cov-report xml:coverage.xml.${{ strategy.job-index }} \
--cov=vyper \
--cov-append \
tests/
Expand Down

0 comments on commit 5b65bd4

Please sign in to comment.