Skip to content

Commit

Permalink
ci: Add coverage lcov command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 7, 2024
1 parent 8c0a612 commit a4ba73a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
scoop install gettext
- run: pip install tox
- run: pip install coverage tox
- run: tox -- coverage run --source=ocdsextensionregistry --append -m pytest
- run: coverage lcov
- uses: coverallsapp/github-action@v2

0 comments on commit a4ba73a

Please sign in to comment.