mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Fix .travis.yml after_script to use nyc for coverage reporting.
This commit is contained in:
parent
1b8b15693f
commit
bb6f9ba4cd
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ os:
|
|||
- osx
|
||||
cache: npm
|
||||
script: "npm run-script test-cover"
|
||||
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
|
||||
after_script: "npm install coveralls && nyc report --reporter=text-lcov | coveralls"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue