try artifact
This commit is contained in:
parent
1fe619aa41
commit
0a6fc0e438
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build_lint_test.yaml
vendored
9
.github/workflows/build_lint_test.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Pylint
|
name: ytld-sub build
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
|
@ -26,8 +26,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install .[test]
|
pip install .[test]
|
||||||
./tools/test
|
./tools/test
|
||||||
- name: Test Coverage
|
- name: Upload test coverage
|
||||||
id: html_preview
|
uses: actions/upload-artifact@v3
|
||||||
uses: pavi2410/html-preview-action@v2
|
|
||||||
with:
|
with:
|
||||||
|
name: test-coverage
|
||||||
html_file: htmlcov/index.html
|
html_file: htmlcov/index.html
|
||||||
|
retention-days: 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue