Skip to content

Commit

Permalink
fix coverage on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Aug 5, 2024
1 parent 606da56 commit 68ef0be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,4 @@ jobs:
- 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 }}
uses: coverallsapp/github-action@v2

0 comments on commit 68ef0be

Please sign in to comment.