Skip to content

Commit

Permalink
chore(workflow): add path to coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
mairess committed Apr 24, 2024
1 parent 05efe20 commit 1b11bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: "backend/coverage/coverage-summary.json"
slug: mairess/project-store-manager
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "node .",
"dev": "nodemon --inspect=0.0.0.0:9229 .",
"test:mocha": "mocha",
"test:coverage": "nyc --reporter=html --reporter=text npm run test:mocha",
"test:coverage": "nyc mocha",
"test:mutation": "stryker run",
"lint": "eslint --no-error-on-unmatched-pattern ."
},
Expand Down

0 comments on commit 1b11bf2

Please sign in to comment.