Skip to content

Commit

Permalink
Backfill tests for gas-util to raise coverage
Browse files Browse the repository at this point in the history
Recent changes to `gas-util` lowered test coverage, forcing exclusion
from the Jest coverage report. These changes allow us to include this
file again by raising coverage.
  • Loading branch information
mcmire committed Mar 21, 2022
1 parent 6b63e8b commit 5e4c0ad
Show file tree
Hide file tree
Showing 2 changed files with 801 additions and 58 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
// ones.
collectCoverageFrom: ['./src/**/*.ts'],
// TODO: Test index.ts
coveragePathIgnorePatterns: ['./src/index.ts', './src/gas/gas-util.ts'],
coveragePathIgnorePatterns: ['./src/index.ts'],
coverageReporters: ['text', 'html'],
coverageThreshold: {
global: {
Expand Down
Loading

0 comments on commit 5e4c0ad

Please sign in to comment.