Skip to content

Commit

Permalink
temp remove coverage from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Aug 5, 2024
1 parent 606da56 commit 319e46e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,3 @@ jobs:
path: build
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Run coverage
run: ./node_modules/.bin/truffle run coverage -solcoverjs ./scripts/.solcover.js --network test
- name: Coverall
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 319e46e

Please sign in to comment.