Skip to content

Commit

Permalink
chore: update codecov to ignore e2e react [INFENG-689] (#9346)
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 authored May 9, 2024
1 parent 2445d39 commit efbcdee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@ comment:
parsers:
go:
partials_as_hits: true

ignore:
- "webui/react/src/e2e"
2 changes: 1 addition & 1 deletion webui/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"format-check:misc": "prettier --check \"src/**/*.{md,json}\"",
"test": "vitest",
"e2e": "playwright test",
"test:coverage": "vitest --run --coverage --silent --exclude \"src/e2e/tests/**\"",
"test:coverage": "vitest --run --coverage --silent",
"analyze": "source-map-explorer --no-border-checks 'build/assets/*.js'",
"unimported": "unimported"
},
Expand Down
1 change: 1 addition & 0 deletions webui/react/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export default defineConfig(({ mode }) => ({
...(configDefaults.coverage.exclude ?? []),
'src/vendor/**/*',
'src/services/api-ts-sdk/*',
'src/e2e/**/*',
],
},
css: {
Expand Down

0 comments on commit efbcdee

Please sign in to comment.