Skip to content

Conversation

@MJGaughran
Copy link
Contributor

No description provided.

This ensures that any errors report the full path.
This removes the restriction on being able to add initially-deprecated
modules and removing non-deprecated modules. The --from-scratch option
implies --allow-all. As it also allows the user to start from an empty
output directory, --from-scratch is still a separate option.
This should make the check_deploy() code redundant.
This step is now superseded by the compare_to_snapshot() function and
command.
@codecov
Copy link

codecov bot commented Mar 10, 2025

Codecov Report

Attention: Patch coverage is 10.93750% with 57 lines in your changes missing coverage. Please review.

Project coverage is 43.18%. Comparing base (9843687) to head (95dbd25).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
src/deploy_tools/compare.py 8.00% 23 Missing ⚠️
src/deploy_tools/print_updates.py 0.00% 14 Missing ⚠️
src/deploy_tools/__main__.py 22.22% 7 Missing ⚠️
src/deploy_tools/snapshot.py 0.00% 5 Missing ⚠️
src/deploy_tools/validate.py 28.57% 5 Missing ⚠️
src/deploy_tools/modulefile.py 50.00% 1 Missing ⚠️
src/deploy_tools/sync.py 0.00% 1 Missing ⚠️
src/deploy_tools/templater.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   43.31%   43.18%   -0.14%     
==========================================
  Files          24       23       -1     
  Lines         868      836      -32     
==========================================
- Hits          376      361      -15     
+ Misses        492      475      -17     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MJGaughran MJGaughran requested a review from GDYendell March 13, 2025 17:42
Copy link

@GDYendell GDYendell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks reasonable to me!

@MJGaughran MJGaughran merged commit 635993f into main Mar 14, 2025
15 of 17 checks passed
@MJGaughran MJGaughran deleted the code-review-changes branch March 14, 2025 15:04
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.

3 participants