mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-29 08:35:58 +02:00
9 lines
181 B
YAML
9 lines
181 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
before_install:
|
|
- "npm install -g npm@'>=5.3.0'"
|
|
after_script:
|
|
- "npm run coverage"
|
|
- "npx nyc report --reporter=text-lcov | npx coveralls"
|