Skip to content

Add Codecov CI workflow and update Makefile coverage command #8

Closed
DanielAvdar wants to merge 3 commits intomainfrom
temp
Closed

Add Codecov CI workflow and update Makefile coverage command #8
DanielAvdar wants to merge 3 commits intomainfrom
temp

Conversation

@DanielAvdar
Copy link
Owner

No description provided.

Introduce a GitHub Actions workflow for Codecov to track code coverage metrics, triggered on pushes, pull requests, or manually. Update the Makefile to align the coverage and mypy commands with the placeholder package name "my_pkg," with a note to replace it with the actual package name.

Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Added `--junitxml` flag to generate JUnit-style XML reports and configured it to use the legacy format. This enhances compatibility with tools that consume test reports in JUnit format.

Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
The uv-pre-commit hook and its related configuration were deleted from the .pre-commit-config.yaml file. This change simplifies the setup by eliminating an unused or unnecessary hook.

Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
@DanielAvdar DanielAvdar closed this Apr 9, 2025
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