Skip to content

Commit

Permalink
fix cov
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbon225 committed Dec 1, 2023
1 parent fe1bb6a commit 9717fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: poetry run pytest -vv --cov-report term-missing --cov=ens_normalize tests/

- name: Coverage
run: coverage-badge -f -o coverage_badge.svg
run: poetry run coverage-badge -f -o coverage_badge.svg

- name: Commit changess
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 9717fc3

Please sign in to comment.