From 12f9f3b030b63455bf1502095172b6e04f1caf3a Mon Sep 17 00:00:00 2001 From: Guionardo Furlan Date: Tue, 28 Jun 2022 18:57:38 -0300 Subject: [PATCH] Fixed codecov --- .github/workflows/pylint.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a8adbbf..2089c1f 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -29,12 +29,9 @@ jobs: uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} - directory: ./coverage/reports/ env_vars: OS,PYTHON - fail_ci_if_error: true - files: ./coverage1.xml,./coverage2.xml + fail_ci_if_error: true flags: unittests - name: codecov-umbrella - path_to_write_report: ./coverage/codecov_report.txt + name: codecov-umbrella verbose: true \ No newline at end of file