Change coverage report location

This commit is contained in:
mrg 2021-02-26 16:31:41 -08:00
parent dc3c293575
commit a57a443a4c
1 changed files with 2 additions and 2 deletions

View File

@ -46,10 +46,10 @@ jobs:
run: |
python3-coverage combine
python3-coverage report
python3-coverage html -d coverage_html
python3-coverage html -d ${{ github.workspace }}/coverage_html
- name: Archive coverage
uses: actions/upload-artifact@v2
with:
name: code-coverage-report
path: coverage_html/
path: ${{ github.workspace }}/coverage_html/