Skip to content

Commit

Permalink
chore: fix coverage publishing for github actions build; sync with ma…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
activescott committed Jun 12, 2021
1 parent 76cb876 commit 3df1e42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .nycrc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
reporter: html
reporter:
- lcov
- html
check-coverage: true
branches: 90
lines: 90
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"test": "nyc ./node_modules/.bin/mocha ./examples/**/*.spec.js",
"pretest": "npm run lint",
"lint": "prettier -l \"{,!(node_modules)/**/}*.{ts,tsx,js,jsx,md,yml,json,html}\"",
"lint-fix": "prettier --write \"{,!(node_modules)/**/}*.{ts,tsx,js,jsx,md,yml,json,html}\"",
"coverage": "npm run test && nyc report --reporter=text-lcov | coveralls"
"lint-fix": "prettier --write \"{,!(node_modules)/**/}*.{ts,tsx,js,jsx,md,yml,json,html}\""
},
"dependencies": {
"lambda-wrapper": "^0.3.0"
Expand Down

0 comments on commit 3df1e42

Please sign in to comment.