add coverage reports to PostgreSQL tests

This commit is contained in:
Michael C
2022-09-21 15:57:20 -04:00
parent 0a102c15fd
commit 6499381b4f
4 changed files with 38 additions and 4 deletions

View File

@@ -26,4 +26,6 @@ jobs:
env:
TEST_POSTGRES: true
timeout-minutes: 5
run: npm test
run: npx nyc --silent npm test
- name: Generate coverage report
run: npm run cover:report