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

Only run tests when the PR changes test code #433

Merged
merged 19 commits into from
Jul 2, 2024
Merged

Conversation

mdekstrand
Copy link
Member

@mdekstrand mdekstrand commented Jul 2, 2024

This adds a check to see if we have actually changed any code, and if not it skips tests to reduce overhead when we're working on doc tweaks and such.

tests: force

@mdekstrand mdekstrand added the build Build, test, and platform support label Jul 2, 2024
@mdekstrand mdekstrand added this to the 2024.1 milestone Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.98%. Comparing base (abeb934) to head (9525e7d).
Report is 561 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #433   +/-   ##
=======================================
  Coverage   90.98%   90.98%           
=======================================
  Files          47       47           
  Lines        3207     3207           
=======================================
  Hits         2918     2918           
  Misses        289      289           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mdekstrand mdekstrand merged commit 9525e7d into main Jul 2, 2024
38 of 39 checks passed
@mdekstrand mdekstrand deleted the tweak/suppress-tests branch July 2, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build, test, and platform support
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant