mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
18 lines
371 B
YAML
18 lines
371 B
YAML
language:
|
|
node_js
|
|
install:
|
|
- npm install -g codecov
|
|
script:
|
|
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
|
|
- codecov
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 75
|
|
if_no_uploads: error
|
|
if_not_found: success
|
|
if_ci_failed: error
|
|
only_pulls: true
|
|
patch:
|
|
enabled: false
|