diff options
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db90ef4..6c4b67c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -179,6 +179,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info + slug: ${{ github.repository }} - name: Stop stack if: always() run: | |