Skip to content

Commit

Permalink
add coverage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 8, 2023
1 parent 7edb595 commit 0820ebd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
--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

0 comments on commit 0820ebd

Please sign in to comment.