Skip to content

Commit

Permalink
Use codecov GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Apr 29, 2024
1 parent bb1c30f commit 1e05973
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +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 }}
run: |
coverage combine
coverage xml --ignore-errors
bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
docker:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
Expand Down

0 comments on commit 1e05973

Please sign in to comment.