Skip to content

Commit

Permalink
feat: added cobertura report
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Nov 23, 2019
1 parent 836f631 commit a62969c
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ deploy:
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
repo: david-luna/chainable
repo: david-luna/csset
tags: true
all_branches: true
173 changes: 173 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"lib"
],
"scripts": {
"test": "jest"
"build": "tsc",
"test": "jest",
"lcov": "cat coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
Expand All @@ -28,6 +30,7 @@
"homepage": "https://github.com/david-luna/csset#readme",
"devDependencies": {
"@types/jest": "^24.0.23",
"coveralls": "^3.0.8",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2"
Expand Down

0 comments on commit a62969c

Please sign in to comment.