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