From 05b6a212973bbbca6b0ad5cb9ba929f4381c6369 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 5 Jun 2021 02:00:46 +0200 Subject: [PATCH] Enable codecov as well --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcd623f..b0d6c14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,18 @@ jobs: parallel: true path-to-lcov: coverage.info + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v1 + with: + #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 + finish: needs: build runs-on: ubuntu-latest -- 2.39.2