Skip to content

Commit

Permalink
Update workflow github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hab1 committed Jul 21, 2024
1 parent f9195cd commit 8598965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
testMatch: ['**/?(*.)+(spec|test).[tj]s?(x)'],
collectCoverage: true,
coverageDirectory: 'coverage',
coverageReporters: ['html', 'text'],
coverageReporters: ['json', 'lcov', 'text', 'clover', 'html'],
testPathIgnorePatterns: [
'/node_modules',
'/utils',
Expand Down

0 comments on commit 8598965

Please sign in to comment.