diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-17 12:27:22 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-17 12:27:25 +0200 |
commit | a89d72d9bc06e6d9036ccc01058a90cf9787862e (patch) | |
tree | b431fe974e37044cdcdee921afabfe8b9ba89084 | |
parent | 66489cfb332b7a25f8db44c7fdc0d2ef24e676ed (diff) | |
download | warden-a89d72d9bc06e6d9036ccc01058a90cf9787862e.tar.bz2 warden-a89d72d9bc06e6d9036ccc01058a90cf9787862e.zip |
ci(test): cov slug
-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: | |