Skip to content

Commit

Permalink
Merge pull request #8 from Enigmatis/codecov-support
Browse files Browse the repository at this point in the history
Updates dependencies and added support for codecov
  • Loading branch information
osher-sade authored May 3, 2020
2 parents c3f3a78 + 4c3c7f0 commit 090dd0b
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 090dd0b

Please sign in to comment.