Skip to content

Commit

Permalink
enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaps authored and Brutus5000 committed Nov 25, 2023
1 parent 0a42c9e commit ef213c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
# --force should be removed if all the issues are fixed
- run: ./node_modules/.bin/grunt jshint --force
- run: yarn run test
- uses: codecov/codecov-action@v3
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const config = {
collectCoverage: true,
coverageReporters: ['text', 'cobertura'],
setupFilesAfterEnv: ['./tests/setup.js'],
};

Expand Down

0 comments on commit ef213c4

Please sign in to comment.