Skip to content

Commit

Permalink
chore: add github actions reporter (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
promer94 committed Aug 27, 2022
1 parent a58bd89 commit 93ff11e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ module.exports = {
'^.+\\.(t|j)sx?$': '@swc/jest'
},
coveragePathIgnorePatterns: ['/node_modules/', '/dist/', '/test/'],
coverageReporters: ['text', 'html']
coverageReporters: ['text', 'html'],
reporters: ['default', 'github-actions']
}

0 comments on commit 93ff11e

Please sign in to comment.