bump to v2 of codecov

This commit is contained in:
Mike Kinney
2022-04-11 14:18:38 -07:00
parent 92202807f7
commit 804c09b6c5

View File

@@ -42,7 +42,7 @@ jobs:
run: |
pytest --cov=meshtastic --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml