Skip to content

Commit

Permalink
Add some more files to coverage ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Feb 9, 2024
1 parent 0f25f12 commit bd4a3f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
5 changes: 5 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ const config: Config.InitialOptions = {
},
coverageDirectory: 'coverage',
collectCoverageFrom: ['src/**/*.ts'],
coveragePathIgnorePatterns: [
'/src/models',
'/src/manual.ts',
'/src/watcher.ts',
'/src/converter.ts'],
coverageReporters: ['text', 'cobertura', 'html']
};

Expand Down
11 changes: 0 additions & 11 deletions src/testUtils.ts

This file was deleted.

0 comments on commit bd4a3f3

Please sign in to comment.