Skip to content

[pre-commit.ci] pre-commit autoupdate#174

Merged
KedoKudo merged 1 commit into
mainfrom
pre-commit-ci-update-config
Jun 16, 2026
Merged

[pre-commit.ci] pre-commit autoupdate#174
KedoKudo merged 1 commit into
mainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci

@pre-commit-ci pre-commit-ci Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

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)
@KedoKudo KedoKudo force-pushed the pre-commit-ci-update-config branch from fd9f4fc to a2d4ef0 Compare June 16, 2026 16:32
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 2.29%. Comparing base (c963aa1) to head (a2d4ef0).

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.
📢 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.

@KedoKudo KedoKudo merged commit 011e36c into main Jun 16, 2026
7 checks passed
@KedoKudo KedoKudo deleted the pre-commit-ci-update-config branch June 16, 2026 16:35
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