run sqlite and postgres coverage

This commit is contained in:
Michael C
2023-02-18 00:36:45 -05:00
parent efc911a229
commit 4a90ba8992
2 changed files with 14 additions and 4 deletions

View File

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