Skip to content

Commit

Permalink
Fix test coverage badge (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsitsi authored Oct 24, 2024
1 parent 251778e commit f9aba2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
shell: "bash -l {0}"
run: |
pip install --no-cache-dir --upgrade tifffile "imagecodecs>=2023.7.10"
pip install .[full]
pip install -e .[full]
- name: Run tests with coverage
id: stats
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Create Test Coverage Badge
if: ${{ env.run_coverage == 'true' && matrix.sys.os == 'ubuntu-latest' }}
uses: schneegans/dynamic-badges-action@v1.1.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.COVERAGE_SECRET }}
gistID: 32d48185733a4e7375e80e3e35fab452
Expand Down

0 comments on commit f9aba2f

Please sign in to comment.