Skip to content

Commit

Permalink
test: adjusted code coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
jahilldev committed Jun 22, 2022
1 parent 731d583 commit 0320e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ga4/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
coverageThreshold: {
global: {
statements: 96,
branches: 75,
branches: 74,
functions: 100,
lines: 96,
},
Expand Down

0 comments on commit 0320e0d

Please sign in to comment.