ci: build workflow - rename cov results file
This commit is contained in:
parent
79bcc6448e
commit
0821260cc3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -122,6 +122,10 @@ jobs:
|
|||
./ietf/manage.py check
|
||||
echo "Running tests..."
|
||||
./ietf/manage.py test --settings=settings_sqlitetest --failfast
|
||||
|
||||
- name: Rename Coverage Results
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
mv latest-coverage.json coverage.json
|
||||
|
||||
- name: Upload Coverage Results to Codecov
|
||||
|
|
Loading…
Reference in a new issue