added test coverage to CI #5

Merged
brian merged 4 commits from add-test-coverage-info-to-CI-job into main 2025-09-14 17:31:33 +02:00
Owner
No description provided.
brian added 1 commit 2025-09-14 16:58:12 +02:00
added test coverage to CI
Code Quality Pipeline / code-quality (pull_request) Successful in 44s
Test Python Package / test (pull_request) Successful in 10s
2ea75f23ee
brian added 1 commit 2025-09-14 17:20:39 +02:00
CI step to add test coverage as comment to PR
Code Quality Pipeline / code-quality (pull_request) Successful in 16s
Test Python Package / test (pull_request) Failing after 10s
c8891f2571
brian added 1 commit 2025-09-14 17:23:02 +02:00
updated env var
Code Quality Pipeline / code-quality (pull_request) Successful in 16s
Test Python Package / test (pull_request) Failing after 9s
2efdebff58
brian added 1 commit 2025-09-14 17:26:27 +02:00
corrected variable reference
Code Quality Pipeline / code-quality (pull_request) Successful in 16s
Test Python Package / test (pull_request) Successful in 11s
832e4d572f
Author
Owner

Test Coverage Report:

============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0
rootdir: /workspace/brian/python-utils
configfile: pyproject.toml
testpaths: tests
plugins: cov-7.0.0, anyio-4.10.0
collected 28 items

tests/unit/check_env_test.py .......                                     [ 25%]
tests/unit/readable_unit_test.py .....................                   [100%]

================================ tests coverage ================================
_______________ coverage: platform linux, python 3.12.3-final-0 ________________

Name                            Stmts   Miss  Cover   Missing
-------------------------------------------------------------
python_utils/__init__.py            3      0   100%
python_utils/check_env.py          14      0   100%
python_utils/readable_unit.py      17      0   100%
-------------------------------------------------------------
TOTAL                              34      0   100%
============================== 28 passed in 0.13s ==============================
**Test Coverage Report:** ``` ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0 rootdir: /workspace/brian/python-utils configfile: pyproject.toml testpaths: tests plugins: cov-7.0.0, anyio-4.10.0 collected 28 items tests/unit/check_env_test.py ....... [ 25%] tests/unit/readable_unit_test.py ..................... [100%] ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.12.3-final-0 ________________ Name Stmts Miss Cover Missing ------------------------------------------------------------- python_utils/__init__.py 3 0 100% python_utils/check_env.py 14 0 100% python_utils/readable_unit.py 17 0 100% ------------------------------------------------------------- TOTAL 34 0 100% ============================== 28 passed in 0.13s ============================== ```
brian merged commit ef5fe0f790 into main 2025-09-14 17:31:33 +02:00
brian deleted branch add-test-coverage-info-to-CI-job 2025-09-14 17:31:34 +02:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: brian/python-utils#5