Skip to content

Commit

Permalink
ci: fixed codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Pozzi committed Jan 21, 2022
1 parent 728d77e commit 8028d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
useLockFile: false

- name: Generate Coverage Report
- run: npm run test-ci -- --coverage
run: npm run test-ci -- --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

0 comments on commit 8028d71

Please sign in to comment.