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 c01a96d commit fe150d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe150d8

Please sign in to comment.