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

pr_check: Skip unit tests #2569

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

jrusz
Copy link
Collaborator

@jrusz jrusz commented Nov 7, 2024

We can now skip unit tests (running npn verify) in the pr_check to speed up the whole process and reduce flakiness. The unit tests are ran separately in a github action so this is fine.

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.95%. Comparing base (6d392cf) to head (97f9893).

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2569   +/-   ##
=======================================
  Coverage   83.95%   83.95%           
=======================================
  Files         160      160           
  Lines       17882    17882           
  Branches     1790     1790           
=======================================
  Hits        15012    15012           
  Misses       2848     2848           
  Partials       22       22           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d392cf...97f9893. Read the comment docs.

@jrusz
Copy link
Collaborator Author

jrusz commented Nov 7, 2024

/retest

We can now skip unit tests (running npn verify) in the pr_check to speed
up the whole process and reduce flakiness. The unit tests are ran
separately in a github action so this is fine.
@regexowl
Copy link
Collaborator

regexowl commented Nov 7, 2024

/retest

@jrusz jrusz marked this pull request as draft November 7, 2024 12:55
@jrusz
Copy link
Collaborator Author

jrusz commented Nov 7, 2024

This won't work yet, the required changes are merged, but the container image used needs to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants