Skip to content

Commit

Permalink
wire up codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 6, 2024
1 parent ef57182 commit 0af98b2
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Test back end integration
run: npm run integration-test --prefix=app/server
- name: Test front end
run: npm run test:unit --prefix=app/static
run: npm run coverage --prefix=app/static
- name: Lint back end
run: npm run lint --prefix=app/server
- name: Lint front end
Expand Down
Loading

0 comments on commit 0af98b2

Please sign in to comment.