From e6dcaa0ba1252ff66d0476d1fdfed7d16a6a2c57 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Thu, 23 May 2024 09:50:03 +0200 Subject: [PATCH] Devops: Add codecov token to CI (#67) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 026bafe..53e2ffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,4 +72,5 @@ jobs: name: pytests flags: pytests file: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true