From f9aba2ffe58a884cfc2aac602dcf0b7efc9af4d6 Mon Sep 17 00:00:00 2001 From: Konstantinos Tsitsimpikos Date: Thu, 24 Oct 2024 18:12:24 +0300 Subject: [PATCH] Fix test coverage badge (#142) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b205dda..1a269f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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