Skip to content
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

Merged
merged 1 commit into from
May 9, 2024

Conversation

JComins000
Copy link
Contributor

@JComins000 JComins000 commented May 9, 2024

Ticket

INFENG-689

Description

removes e2e from vite codecov config

Test Plan

e2e not showing up here

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

@JComins000 JComins000 requested a review from a team as a code owner May 9, 2024 19:08
@JComins000 JComins000 requested a review from ashtonG May 9, 2024 19:08
@cla-bot cla-bot bot added the cla-signed label May 9, 2024
Copy link

netlify bot commented May 9, 2024

Deploy Preview for determined-ui ready!

Name Link
🔨 Latest commit 1bbd2a0
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/663d2101ec947700081328a5
😎 Deploy Preview https://deploy-preview-9346--determined-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.14%. Comparing base (3c0eac6) to head (1bbd2a0).
Report is 4 commits behind head on main.

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              
Flag Coverage Δ
backend 41.75% <ø> (-0.01%) ⬇️
harness 64.09% <ø> (-0.01%) ⬇️
web 36.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 4 files with indirect coverage changes

@JComins000 JComins000 force-pushed the jcom/INFENG-689/remove-e2e-from-codecov branch from 265f779 to 1bbd2a0 Compare May 9, 2024 19:16
@@ -40,6 +40,3 @@ comment:
parsers:
go:
partials_as_hits: true

Copy link
Contributor Author

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",
Copy link
Contributor Author

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

@JComins000 JComins000 merged commit efbcdee into main May 9, 2024
81 of 97 checks passed
@JComins000 JComins000 deleted the jcom/INFENG-689/remove-e2e-from-codecov branch May 9, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants