Skip to content

Commit

Permalink
Reintroduced Code Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Feb 24, 2021
1 parent 520853f commit 8ee1def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ script:
- npm run lint-contracts
- npm run test-js

# after_script:
# - node --max-old-space-size=6144 ./node_modules/.bin/truffle run coverage
# - cat coverage/lcov.info | coveralls
after_script:
- npm run coverage
- cat coverage/lcov.info | coveralls

0 comments on commit 8ee1def

Please sign in to comment.