Skip to content

Commit

Permalink
Skip coverage of generated UI code (#1604)
Browse files Browse the repository at this point in the history
Summary: `src/ui/src/types/generated` is, well, generated code. Coverage
reporting should not be counting the 6,000+ lines of code in there.

Relevant Issues: N/A

Type of change: /kind cleanup

Test Plan: `yarn coverage`. The generated types should no longer count
against the total.

Signed-off-by: Nick Lanam <[email protected]>
  • Loading branch information
NickLanam authored Jul 11, 2023
1 parent 9571af1 commit dd32a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ module.exports = {
'src/*.tsx',
'src/*.js',
'src/*.jsx',
'!src/types/generated/**/*',
],
};

0 comments on commit dd32a34

Please sign in to comment.