Skip to content

dummy commit to try comments on PR#2

Merged
marcelloromani merged 25 commits intomainfrom
feature/try-comment-on-pr
Aug 26, 2025
Merged

dummy commit to try comments on PR#2
marcelloromani merged 25 commits intomainfrom
feature/try-comment-on-pr

Conversation

@marcelloromani
Copy link
Owner

No description provided.

@marcelloromani
Copy link
Owner Author

👋 Thanks for reporting!

@marcelloromani
Copy link
Owner Author

{{ steps.test.output.coverage }}

@marcelloromani
Copy link
Owner Author

uv run pytest --cov-report=term -r f -s
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0
rootdir: /home/runner/work/python-template/python-template
configfile: pytest.ini
plugins: cov-6.2.1
collected 1 item

tests/test_main.py::test_main
-------------------------------- live log call ---------------------------------
INFO root:test_main.py:8 starting main function test
DEBUG root:test_main.py:9 test debug log line
Hello from python-basic-template!
PASSED

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

Name Stmts Miss Cover Missing

src/main.py 4 1 75% 6

TOTAL 4 1 75%
Coverage HTML written to dir htmlcov
============================== 1 passed in 0.04s ===============================

@marcelloromani
Copy link
Owner Author

uv run pytest --cov-report=term -r f -s
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0
rootdir: /home/runner/work/python-template/python-template
configfile: pytest.ini
plugins: cov-6.2.1
collected 1 item

tests/test_main.py::test_main
-------------------------------- live log call ---------------------------------
INFO root:test_main.py:8 starting main function test
DEBUG root:test_main.py:9 test debug log line
Hello from python-basic-template!
PASSED

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

Name Stmts Miss Cover Missing

src/main.py 4 1 75% 6

TOTAL 4 1 75%
Coverage HTML written to dir htmlcov
============================== 1 passed in 0.04s ===============================

@marcelloromani
Copy link
Owner Author

============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0
rootdir: /home/runner/work/python-template/python-template
configfile: pytest.ini
plugins: cov-6.2.1
collected 1 item

tests/test_main.py::test_main 
-------------------------------- live log call ---------------------------------
INFO     root:test_main.py:8 starting main function test
DEBUG    root:test_main.py:9 test debug log line
Hello from python-basic-template!
PASSED

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

Name          Stmts   Miss  Cover   Missing
-------------------------------------------
src/main.py       4      1    75%   6
-------------------------------------------
TOTAL             4      1    75%
Coverage HTML written to dir htmlcov
============================== 1 passed in 0.04s ===============================```

@marcelloromani marcelloromani merged commit ea145e0 into main Aug 26, 2025
2 checks passed
@marcelloromani marcelloromani deleted the feature/try-comment-on-pr branch August 26, 2025 01:15
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