Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit c9f3d25

Browse files
author
Patrick J. McNerthney
committed
Disable coverage report for now
1 parent 358eda5 commit c9f3d25

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies = [
6565
[tool.hatch.envs.test.scripts]
6666
all = "pytest tests/ --verbose --verbose --cov --cov-report=term --cov-report=html:reports"
6767
protobuf = "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]
7171
target-version = "py311"

0 commit comments

Comments
 (0)