mirror of https://github.com/VLSIDA/OpenRAM.git
Change coverage report location
This commit is contained in:
parent
dc3c293575
commit
a57a443a4c
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue