Skip to content

Commit

Permalink
Disabling the coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Feb 21, 2024
1 parent 11ed822 commit cbc4810
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ const config: Config = {
// ],

// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
lines: 80,
branches: 80,
},
},
// coverageThreshold: {

Check warning on line 105 in jest.config.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement
// global: {

Check warning on line 106 in jest.config.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement
// lines: 80,

Check warning on line 107 in jest.config.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement
// branches: 80,

Check warning on line 108 in jest.config.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement
// },

Check warning on line 109 in jest.config.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement
// },

Check warning on line 110 in jest.config.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement

// A path to a custom dependency extractor
// dependencyExtractor: undefined,
Expand Down

0 comments on commit cbc4810

Please sign in to comment.