From 3f9be24d144f2353130c5a6e1367f8afb8f9086f Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Fri, 2 Feb 2024 11:51:11 +0100 Subject: [PATCH] Add codecov token --- .github/workflows/ci_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 4d3195db..2eaa2d8e 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -108,6 +108,7 @@ jobs: if: matrix.python-version == 3.9 uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} flags: aiida file: ./coverage.xml @@ -115,6 +116,7 @@ jobs: if: matrix.python-version == 3.9 uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} flags: mongo file: ./mongo_cov.xml