From fe150d8367a45f774fc9ba4f090a471dcaaecb1c Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Mon, 29 Apr 2024 15:06:19 +0200 Subject: [PATCH] Use codecov GH Action --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e58841..9228251 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,6 +58,9 @@ jobs: coverage run -p protobuf_uml_diagram.py --proto test_data/issue_10.proto --output /tmp - name: Coverage if: ${{ success() && matrix.python == env.PYTHON_COVERAGE_ENABLED }} + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} run: | coverage combine coverage xml --ignore-errors