mirror of https://github.com/eyhc1/rendercv.git
update test.yaml workflow
This commit is contained in:
parent
19a2dbb6a5
commit
6bdb997830
|
@ -70,7 +70,7 @@ jobs:
|
||||||
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}
|
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}
|
||||||
|
|
||||||
report-coverage:
|
report-coverage:
|
||||||
name: Generate a coverage report
|
name: Generate the coverage report
|
||||||
needs: [test]
|
needs: [test]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ jobs:
|
||||||
coverage report
|
coverage report
|
||||||
coverage html --show-contexts --title "RenderCV coverage for ${{ github.sha }}"
|
coverage html --show-contexts --title "RenderCV coverage for ${{ github.sha }}"
|
||||||
|
|
||||||
- name: Upload coverage data to smokeshow
|
- name: Upload the coverage report to smokeshow
|
||||||
run: |
|
run: |
|
||||||
pip install smokeshow
|
pip install smokeshow
|
||||||
smokeshow upload ./htmlcov
|
smokeshow upload ./htmlcov
|
||||||
|
|
Loading…
Reference in New Issue