update codecov

This commit is contained in:
Mike Kinney committed 2022-04-11 14:23:49 -07:00
1 parent 804c09b6c5
commit bd4d309d89
1 file changed
+2 -2
+2 -2
View File
@@ -45,11 +45,11 @@ jobs:
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
yml: ./codecov.yml
fail_ci_if_error: true
verbose: true
validate:
runs-on: ubuntu-latest
strategy: