Skip to content

Commit

Permalink
disable pytest coverage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 8, 2023
1 parent 2c57b5f commit 48233c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
run: |
poetry run pytest ./tests --junit-xml=pytest.xml --cov-report=term --cov-report=html \
--cov-report=xml --cov=nmdc_automation
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-xml-coverage-path: coverage.xml
junitxml-path: pytest.xml
# - name: Pytest coverage comment
# uses: MishaKav/pytest-coverage-comment@main
# with:
# pytest-xml-coverage-path: coverage.xml
# junitxml-path: pytest.xml

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

test:
PYTHONPATH=$(shell pwd) pytest --cov-report term --cov-report html --cov=nmdc_automation ./tests
PYTHONPATH=$(shell pwd) pytest --cov-report term --cov=nmdc_automation ./tests

0 comments on commit 48233c0

Please sign in to comment.