Skip to content

Commit

Permalink
add local badgers
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 8, 2023
1 parent 0820ebd commit 8223205
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,4 @@ jobs:
- name: Test with pytest
run: |
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
with:
pytest-xml-coverage-path: coverage.xml
junitxml-path: pytest.xml

--cov-report=xml --cov=nmdc_automation --local-badge-output-dir badges/
50 changes: 50 additions & 0 deletions badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions badges/tests.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pytest-mock = "^3.12.0"
pymongo-inmemory = "^0.4.0"
flake8 = "^6.1.0"
setuptools = "^69.0.2"
pytest-local-badge = "^1.0.3"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 8223205

Please sign in to comment.