try checkout master

This commit is contained in:
jbannon 2022-05-07 05:34:05 +00:00
parent 4e87429c37
commit 15ef5230f9

View file

@ -29,6 +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
- uses: codecov/codecov-action@v2 - uses: codecov/codecov-action@v2
with: with:
files: ./coverage.xml files: ./coverage.xml