-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update codecov to ignore e2e react [INFENG-689] #9346
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9346 +/- ##
==========================================
- Coverage 45.15% 45.14% -0.01%
==========================================
Files 1230 1230
Lines 154523 154523
Branches 2405 2404 -1
==========================================
- Hits 69772 69766 -6
- Misses 84556 84562 +6
Partials 195 195
Flags with carried forward coverage won't be shown. Click here to find out more. |
265f779
to
1bbd2a0
Compare
@@ -40,6 +40,3 @@ comment: | |||
parsers: | |||
go: | |||
partials_as_hits: true | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was from my change yesterday. it didn't help with anything
@@ -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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this wasn't working either, so i removed it
Ticket
INFENG-689
Description
removes e2e from vite codecov config
Test Plan
e2e not showing up here
Checklist
docs/release-notes/
.See Release Note for details.