Skip to content

Commit

Permalink
Display the actual coverage value
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mysh authored Apr 22, 2024
1 parent 0556881 commit f7033ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
C:\Miniconda\condabin\conda.bat activate base
C:\Miniconda\condabin\conda.bat list
coverage run -m pytest
echo "pcov=55" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "pcov=$(coverage report --format total)" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Create badge
uses: schneegans/dynamic-badges-action@v1.7.0
with:
Expand Down

0 comments on commit f7033ea

Please sign in to comment.