Skip to content

Commit b0e5a0c

Browse files
committed
Merge branch 'main' into typo-pass-1
2 parents 86b594b + c4859f4 commit b0e5a0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474
uses: coverallsapp/github-action@v2
7575
with:
7676
parallel: true
77-
flag-name: run-$
77+
flag-name: run-${{ matrix.contract-name }}
7878
github-token: ${{ secrets.GITHUB_TOKEN }}
7979

8080
finish:
8181
runs-on: ubuntu-latest
82-
needs: tests
82+
needs: coverage
8383
if: ${{ always() }}
8484
steps:
8585
- name: Coveralls Finished

0 commit comments

Comments
 (0)