diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aac6b25..89a45a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,12 +41,7 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v1.0.6 with: - file: ./coverage.xml - files: ./coverage1.xml,./coverage2.xml - directory: ./coverage/reports/ - flags: unittests + token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON - name: codecov-umbrella fail_ci_if_error: true - path_to_write_report: ./coverage/codecov_report.txt verbose: true