diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index decc823..06315d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: - run: ls -la coverage - run: coverage combine coverage - run: coverage report - - run: coverage html --show-contexts --title "Propan coverage for ${{ github.sha }}" + - run: coverage html --show-contexts --title "FastDepends coverage for ${{ github.sha }}" - name: Store coverage html uses: actions/upload-artifact@v3