From 90b2cf5d8484f4bc25c5d6198f4152eb831d1a1e Mon Sep 17 00:00:00 2001 From: Simon Erkelens Date: Sun, 22 Oct 2023 23:02:29 +1300 Subject: [PATCH] See if I can upload the core codecoverage at the same time --- .github/workflows/unittests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 664ea85..a62adda 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -24,3 +24,7 @@ jobs: uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CORE_CODECOV_TOKEN }}