mirror of
https://github.com/bendtherules/tbl.git
synced 2026-08-18 13:51:55 +00:00
Generate project with yo node-typescript, modifes gitignore by hand
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 'node' # use latest stable nodejs version
|
||||
script:
|
||||
- npm run coverage # jest test with coverage flag does coverage too
|
||||
after_script:
|
||||
- 'cat coverage/lcov.info | ./node_modules/.bin/coveralls' # sends the coverage report to coveralls
|
||||
Reference in New Issue
Block a user