From be903dacaa579758058ac2d3c063fd54be670f4d Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Mon, 15 Apr 2024 20:15:19 +1000 Subject: [PATCH] GitHub Actions: Add separate test coverage build (coverage.yml) with Codecov --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c8d7267..05d58be 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -54,3 +54,5 @@ jobs: - if: ${{ matrix.scala.report == 'report' }} uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}