Skip to content

Commit

Permalink
disable html output on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 8, 2023
1 parent 48233c0 commit 300e9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
poetry install
- name: Test with pytest
run: |
poetry run pytest ./tests --junit-xml=pytest.xml --cov-report=term --cov-report=html \
poetry run pytest ./tests --junit-xml=pytest.xml --cov-report=term \
--cov-report=xml --cov=nmdc_automation
# - name: Pytest coverage comment
# uses: MishaKav/pytest-coverage-comment@main
Expand Down

0 comments on commit 300e9ea

Please sign in to comment.