Skip to content

Commit

Permalink
attempt to add coverage badge to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
codingfabi committed May 4, 2024
1 parent 75292d9 commit ad985cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ jobs:
- name: Install dependencies
run: poetry install --no-root
- name: Pytest
run: poetry run pytest -x
run: poetry run coverage run pytest -x
- name: coverage badge
run: coverage-badge -o coverage.svg

0 comments on commit ad985cf

Please sign in to comment.