From a6df4f899c6fc87a58e5e55f2c44368c01f29c33 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Thu, 26 Nov 2020 09:26:11 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ca92a5..bff80b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,4 +41,15 @@ jobs: - name: Upload coverage data on codecov run: | python -m codecov - + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v1 + with: + file: ./coverage.xml + files: ./coverage1.xml,./coverage2.xml + directory: ./coverage/reports/ + flags: unittests + env_vars: OS,PYTHON + name: codecov-umbrella + fail_ci_if_error: true + path_to_write_report: ./coverage/codecov_report.txt + verbose: true