[pre-commit.ci] pre-commit autoupdate#174
Merged
Merged
Conversation
KedoKudo
added a commit
that referenced
this pull request
Jun 16, 2026
…udit) (#175) * ci: emit coverage.xml so the codecov upload succeeds pytest's addopts only produced --cov-report=term-missing, so no coverage file was written to disk. codecov-action (now v7, #172) hard-fails with "No coverage reports found" when there is no report to upload — turning a passing test run into a red CI job (surfaced on the pre-commit autoupdate PR #174, but it affects every run). Add --cov-report=xml so coverage.xml is generated for the upload. As the template repo, this propagates the fix to every generated project. Assisted-With: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(deps): bump cryptography floor to >=48.0.1 (clears pip-audit) pip-audit (the `audit-deps` CI step) flagged cryptography 48.0.0 (GHSA-537c-gmf6-5ccf, fixed in 48.0.1). The floor was >=46.0.7, so the lock resolved to the vulnerable 48.0.0. Raise the floor to >=48.0.1; the re-solve picks up conda-forge's 49.0.0. As the template, this propagates to generated repos. Assisted-With: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.15.17](astral-sh/ruff-pre-commit@v0.15.16...v0.15.17)
fd9f4fc to
a2d4ef0
Compare
KedoKudo
approved these changes
Jun 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #174 +/- ##
=====================================
Coverage 2.29% 2.29%
=====================================
Files 4 4
Lines 131 131
=====================================
Hits 3 3
Misses 128 128 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
updates: