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

Commit 319e46e

Browse files
committed
temp remove coverage from CI
1 parent 606da56 commit 319e46e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/workflows/test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,3 @@ jobs:
6464
path: build
6565
- name: Yarn install
6666
run: yarn install --frozen-lockfile
67-
- 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 }}

0 commit comments

Comments
 (0)