This commit is contained in:
jbannon 2022-05-07 05:43:25 +00:00
parent 15ef5230f9
commit eb94f9d4fc

View file

@ -29,10 +29,7 @@ jobs:
- name: Run tests with coverage - name: Run tests with coverage
run: | run: |
./tools/test xml ./tools/test xml
- uses: actions/checkout@master - name: Upload code coverage to codecov.io
- uses: codecov/codecov-action@v2 - uses: codecov/codecov-action@v3
with: with:
files: ./coverage.xml files: ./coverage.xml
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)