fix codecov

This commit is contained in:
Michael C
2023-02-18 00:21:58 -05:00
parent 2e3f4f8c70
commit efc911a229

View File

@@ -12,5 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- name: Generate coverage reports
run: npx nyc --reporter=lcov npm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3