Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 1bb6034

Browse files
achingbrainvmx
authored andcommitted
chore: use aegir to output coverage
1 parent 0a49372 commit 1bb6034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pids
2121
lib-cov
2222

2323
# Coverage directory used by tools like istanbul
24-
coverage
24+
*.lcov
2525

2626
# nyc test coverage
2727
.nyc_output

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ os:
2121
- osx
2222
- windows
2323

24-
script: npx nyc -s npm run test:node -- --bail
24+
script: npm run test:node -- --cov
2525
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
2626

2727
jobs:

0 commit comments

Comments
 (0)