This repository was archived by the owner on Dec 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
7070 - name : Run Unit Tests
7171 run : hatch run test:ci
7272
73- - name : Pytest coverage comment
74- uses : MishaKav/pytest-coverage-comment@v1.1.54
75- with :
76- badge-title : Coverage
77- title : Coverage Report
78- pytest-xml-coverage-path : reports/pytest-coverage.xml
79- junitxml-title : Unit Tests
80- junitxml-path : reports/pytest-junit.xml
73+ # - name: Pytest coverage comment
74+ # uses: MishaKav/pytest-coverage-comment@v1.1.54
75+ # with:
76+ # badge-title: Coverage
77+ # title: Coverage Report
78+ # pytest-xml-coverage-path: reports/pytest-coverage.xml
79+ # junitxml-title: Unit Tests
80+ # junitxml-path: reports/pytest-junit.xml
8181 # hide-badge: false
8282 # hide-report: false
8383 # create-new-comment: false
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies = [
6565[tool .hatch .envs .test .scripts ]
6666all = " pytest tests/ --verbose --verbose --cov --cov-report=term --cov-report=html:reports"
6767protobuf = " pytest tests/test_protobuf*.py --verbose --verbose --cov --cov-report=term --cov-report=html:reports"
68- ci = " pytest tests --junitxml=reports/pytest-junit.xml --cov --cov-report=xml:reports/pytest-coverage.xml"
68+ ci = " pytest tests --verbose --verbose -- junitxml=reports/pytest-junit.xml --cov --cov-report=term --cov-report=xml:reports/pytest-coverage.xml"
6969
7070[tool .ruff ]
7171target-version = " py311"
You can’t perform that action at this time.
0 commit comments