Skip to content

Commit

Permalink
ci(c8): run tests with coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Oct 6, 2023
1 parent 624aa0d commit b3c8dd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm link @athenna/common

- name: Run tests
run: npm run test
run: npm run test:coverage

- name: Test code compilation
run: npm run build
Expand All @@ -56,7 +56,7 @@ jobs:
run: npm link @athenna/common

- name: Run tests
run: npm run test
run: npm run test:coverage

- name: Test code compilation
run: npm run build
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"foreground-child": "^2.0.0",
"husky": "^3.1.0",
"lint-staged": "^12.5.0",
"minimist": "^1.2.7",
Expand Down

0 comments on commit b3c8dd9

Please sign in to comment.