Skip to content

Commit

Permalink
Fix Codecov reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed May 24, 2020
1 parent 0eb1a66 commit 2dd76df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ before_install:
script:
- "npm test"
after_script:
- "npm run coverage && codecov"
- "npm run report-coverage"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"scripts": {
"test": "node tests/tests.js",
"coverage": "nyc --reporter=html npm test",
"report-coverage": "nyc --reporter=lcov npm test && codecov",
"update-fixtures": "node tests/update-fixtures.js"
},
"devDependencies": {
Expand Down

0 comments on commit 2dd76df

Please sign in to comment.