no master checkout

This commit is contained in:
jbannon 2022-05-07 05:29:09 +00:00
parent 35722e8df0
commit 4e87429c37

View file

@ -29,7 +29,6 @@ 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