Skip to content

Updating CI to attempt to combine coverage reports #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Dec 28, 2024

Conversation

owenlamont
Copy link
Owner

Aiming to collect combined coverage across different Python versions and platforms

@owenlamont owenlamont self-assigned this Dec 27, 2024
Copy link

github-actions bot commented Dec 27, 2024

Coverage Report

Name                                                     Stmts   Miss  Cover
----------------------------------------------------------------------------
src/uv_secure/__init__.py                                    3      0   100%
src/uv_secure/__version__.py                                 1      0   100%
src/uv_secure/configuration/__init__.py                      2      0   100%
src/uv_secure/configuration/config_factory.py               19      1    95%
src/uv_secure/dependency_checker/__init__.py                 2      0   100%
src/uv_secure/dependency_checker/dependency_checker.py      64      3    95%
src/uv_secure/package_info/__init__.py                       3      0   100%
src/uv_secure/package_info/lock_file_parser.py              13      0   100%
src/uv_secure/package_info/vulnerability_downloader.py      35      4    89%
src/uv_secure/run.py                                        25      1    96%
tests/smoke_test.py                                          2      0   100%
tests/uv_secure/conftest.py                                  0      0   100%
tests/uv_secure/test_run.py                                 96      0   100%
----------------------------------------------------------------------------
TOTAL                                                      265      9    97%

@owenlamont owenlamont merged commit 3f9add6 into main Dec 28, 2024
17 checks passed
@owenlamont owenlamont deleted the enhance_ci_tests_and_coverage branch December 28, 2024 04:04
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