From 672b33e83aca05eeaf3032f2ad89718ebc499fdf Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Thu, 26 Nov 2020 10:10:10 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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