From eed999c329664c488310aee84788d63d069b4e71 Mon Sep 17 00:00:00 2001 From: Andrew Landau Date: Fri, 20 Dec 2024 11:49:33 +0000 Subject: [PATCH] Add codecov connection --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f36a786..cbe6ff1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,8 +32,9 @@ jobs: pytest - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml flags: unittests fail_ci_if_error: true \ No newline at end of file