Skip to content

Commit

Permalink
fix: code coverage scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesalmon-mysense committed Dec 1, 2022
1 parent 89a8919 commit 832b671
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ archives

# Test Coverage
.coverage

# code Coverage
codecov
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"test": "jest",
"test:build": "jest -c '{}' build",
"test:coverage": "jest --coverage",
"codecov": "chmod +x scripts/codecov.bash && scripts/codecov.bash",
"codecov": "chmod +x scripts/codecov.bash && ./scripts/codecov.bash",
"semantic-release": "semantic-release",
"build": "chmod +x scripts/build.bash && scripts/build.bash",
"build": "chmod +x scripts/build.bash && ./scripts/build.bash",
"build:ci": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit 832b671

Please sign in to comment.