Skip to content

Commit

Permalink
Remove coverage command com travis (#55)
Browse files Browse the repository at this point in the history
* use jest instead of ava

* update readme about tests

* remove yarn.lock to stick with only package-lock

* update node version requirement

* update node versions for travis

* update node versions for travis

* remove coverage script
  • Loading branch information
gsantiago committed Aug 28, 2020
1 parent 19ffc16 commit a023c49
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 22 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ node_js:
- "10"
- "14"
after_success:
- npm run coverage
- npm run coveralls
96 changes: 75 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a023c49

Please sign in to comment.