Skip to content

Commit

Permalink
Add Coveralls to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Mar 18, 2020
1 parent 361da29 commit 309bcc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.nyc_output
node_modules
package-lock.json
coverage
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"main": "source/index.js",
"types": "index.d.ts",
"scripts": {
"test": "xo && nyc ava && tsd"
"test": "xo && nyc --reporter=lcovonly --reporter=text ava && tsd"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 309bcc2

Please sign in to comment.