Skip to content

Commit

Permalink
genbadge tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 8, 2023
1 parent f5913d8 commit 083db08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: |
poetry run pytest ./tests --junit-xml=pytest.xml --cov-report=term \
--cov-report=xml --cov=nmdc_automation
- name: Generate badges
run: |
poetry run genbadge tests -i pytest.xml -l -v
# - name: Pytest coverage comment
# uses: MishaKav/pytest-coverage-comment@main
Expand Down

0 comments on commit 083db08

Please sign in to comment.