Skip to content

Commit

Permalink
remove generate badges and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 8, 2023
1 parent 3535afa commit 7edb595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 96 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
run: |
poetry run pytest ./tests --junit-xml=pytest.xml --cov-report=term \
--cov-report=xml --cov=nmdc_automation
- name: Generate badges
run: |
pip install genbadge[all]
poetry run genbadge tests -i pytest.xml -l -v
# - name: Pytest coverage comment
# uses: MishaKav/pytest-coverage-comment@main
Expand Down
92 changes: 1 addition & 91 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requests-mock = "^1.11.0"
pytest-mock = "^3.12.0"
pymongo-inmemory = "^0.4.0"
flake8 = "^6.1.0"
genbadge = "^1.1.1"
setuptools = "^69.0.2"


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

0 comments on commit 7edb595

Please sign in to comment.