Skip to content

Commit

Permalink
Next try coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrys-Merlin committed Sep 7, 2024
1 parent b4a6699 commit e289cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
make run-ci
- name: Create coverage badge
uses: gaelgirodon/ci-badges-action@v1
uses: gaelgirodon/ci-badges-action@v1.5.0
with:
gist-id: ${{ vars.GIST_ID_BADGES }}
token: ${{ secrets.GIST_TOKEN }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ run-ci:
pip install uv
uv venv
uv pip install -e ".[dev]"
uv run pytest --cov=web_watchr --cov-report term-missing --cov-report lcov:lcov.info
uv run pytest --cov=web_watchr --cov-report term-missing --junit-xml=report.xml

0 comments on commit e289cb8

Please sign in to comment.