Skip to content

Commit

Permalink
fix(package): updates dependencies and added support for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed May 3, 2020
1 parent c3f3a78 commit 4c3c7f0
Show file tree
Hide file tree
Showing 5 changed files with 1,840 additions and 3,450 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ os: linux
node_js:
- 12

before_script:
- npm install -g codecov

script:
- npm run coverage

after_success:
- codecov

jobs:
include:
# Define the release stage that runs semantic-release
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
coverageDirectory: './coverage/',
};
Loading

0 comments on commit 4c3c7f0

Please sign in to comment.