From b13295081b3c25c078ffd9a2686730eef9ba95fd Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 20 May 2026 14:58:57 +1200 Subject: [PATCH] Add slug to Codecov action in CI workflow --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7ee3f7..95d9506 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,5 @@ jobs: - uses: codecov/codecov-action@v6 with: files: lcov.info + slug: jump-dev/MathOptComplements.jl token: ${{ secrets.CODECOV_TOKEN }}