Skip to content

Commit 6328d74

Browse files
committed
Fix coverage reporting... again
1 parent 26e7b8f commit 6328d74

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- run: npm test
2727
- uses: codecov/codecov-action@v5
2828
with:
29+
disable_search: true
2930
fail_ci_if_error: true
3031
files: ./coverage/lcov.info
3132
token: ${{ secrets.CODECOV_TOKEN }}

scripts/jest/config.src.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const generateSetupFiles = (reactVersion) => {
6161
module.exports = {
6262
collectCoverage: true,
6363
collectCoverageFrom: ['src/*.{ts,tsx}'],
64+
coverageReporters: ['lcov', 'text'],
6465
moduleFileExtensions: ['ts', 'tsx', 'js'],
6566
moduleNameMapper: {
6667
...generateReactVersionMappings(process.env.REACT_VERSION),

0 commit comments

Comments
 (0)