Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 68ef0be

Browse files
committed
fix coverage on CI
1 parent 606da56 commit 68ef0be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: .github/workflows/test.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,4 @@ jobs:
6565
- name: Yarn install
6666
run: yarn install --frozen-lockfile
6767
- name: Run coverage
68-
run: ./node_modules/.bin/truffle run coverage -solcoverjs ./scripts/.solcover.js --network test
69-
- name: Coverall
70-
uses: coverallsapp/github-action@master
71-
with:
72-
github-token: ${{ secrets.GITHUB_TOKEN }}
68+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)