We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86b594b + c4859f4 commit b0e5a0cCopy full SHA for b0e5a0c
1 file changed
.github/workflows/ci.yml
@@ -74,12 +74,12 @@ jobs:
74
uses: coverallsapp/github-action@v2
75
with:
76
parallel: true
77
- flag-name: run-$
+ flag-name: run-${{ matrix.contract-name }}
78
github-token: ${{ secrets.GITHUB_TOKEN }}
79
80
finish:
81
runs-on: ubuntu-latest
82
- needs: tests
+ needs: coverage
83
if: ${{ always() }}
84
steps:
85
- name: Coveralls Finished
0 commit comments