From 6bdb9978307b221ade98f1b18e3dbbdab1c64508 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Tue, 20 Feb 2024 20:11:27 +0100 Subject: [PATCH] update test.yaml workflow --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6a97cf5..7ce48de 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,7 +70,7 @@ jobs: path: .coverage.${{ matrix.python-version }}.${{ matrix.os }} report-coverage: - name: Generate a coverage report + name: Generate the coverage report needs: [test] runs-on: ubuntu-latest @@ -95,7 +95,7 @@ jobs: coverage report coverage html --show-contexts --title "RenderCV coverage for ${{ github.sha }}" - - name: Upload coverage data to smokeshow + - name: Upload the coverage report to smokeshow run: | pip install smokeshow smokeshow upload ./htmlcov