Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #780 +/- ##
===========================================
- Coverage 84.85% 18.72% -66.13%
===========================================
Files 185 185
Lines 12410 12387 -23
Branches 1309 1294 -15
===========================================
- Hits 10531 2320 -8211
- Misses 1679 10018 +8339
+ Partials 200 49 -151 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8761c4f to
971a21b
Compare
There is no need to have a dedicated test environment on top of the standard `hatch-test` environment. Having it nevertheless makes people familiar with hatch still have to research how testing is done.
This speeds up the runtime of the CI, and also homogenized the deployment setup across platforms. Major changes - git-annex is deployed from pypi across all platforms - no appveyor-provided Python installations are used anymore (improves debugging, because a local environment is also fully managed by hatch) - uv is used for tool deployment and also by hatch - number of CI jobs is reduced, by collapsing jobs due to the reduced runtime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.