Skip to content

update workflow#13

Merged
JeremieGince merged 2 commits into
mainfrom
dev
Jun 22, 2026
Merged

update workflow#13
JeremieGince merged 2 commits into
mainfrom
dev

Conversation

@JeremieGince

@JeremieGince JeremieGince commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Description

This pull request makes minor updates to the build workflow and project documentation. The workflow now targets a newer version of macOS for Intel builds, and a Codecov badge has been added to the README.md for improved code coverage visibility.

Documentation improvements:

  • Added a Codecov badge to README.md to display code coverage status.

Build workflow updates:

  • Updated the GitHub Actions build matrix to use macos-15-intel instead of macos-13 for the macos-x86_64 build target in .github/workflows/build_dist.yml.

Checklist

Please complete the following checklist when submitting a PR. The PR will not be reviewed until all items are checked.

  • All new features include a unit test.
    Make sure that the tests passed and the coverage is
    sufficient by running
    uv run pytest --session-timeout=600.
  • All new functions and code are clearly documented.
  • The code passes all pre-commit hooks.
    You can do this by running uvx pre-commit run --all-files.
  • The code is type-checked using Mypy.
    You can do this by running uv run mypy src tests.

@github-actions

Copy link
Copy Markdown
Contributor

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
275 275 100% 98% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: e37be07 by action🐍

@JeremieGince JeremieGince merged commit de15c55 into main Jun 22, 2026
12 checks passed
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.

1 participant