Skip to content

Commit

Permalink
fixing codecov reports
Browse files Browse the repository at this point in the history
  • Loading branch information
avkonst committed Nov 17, 2019
1 parent 5cb64bb commit 62f8032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ node_js:
scripts:
- npm install codecov -g
- yarn install
- yarn test
- yarn test -- --coverage
after_success:
- codecov -e TRAVIS_NODE_VERSION
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
collectCoverage: true
testEnvironment: 'node'
};

0 comments on commit 62f8032

Please sign in to comment.