Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: npm test
- uses: codecov/codecov-action@v5
with:
disable_search: true
fail_ci_if_error: true
files: ./coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions scripts/jest/config.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const generateSetupFiles = (reactVersion) => {
module.exports = {
collectCoverage: true,
collectCoverageFrom: ['src/*.{ts,tsx}'],
coverageReporters: ['lcov', 'text'],
moduleFileExtensions: ['ts', 'tsx', 'js'],
moduleNameMapper: {
...generateReactVersionMappings(process.env.REACT_VERSION),
Expand Down