diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index 4cdabca..c4f0be0 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -89,5 +89,6 @@ jobs: with: files: ${{ env.TESTS_COVERAGE_REPORT_PATH }} fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}