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

Commit dd15dda

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

1 file changed

Lines changed: 8 additions & 8 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

0 commit comments

Comments
 (0)