Fix YAML error.
This commit is contained in:
12
.github/workflows/python-package.yml
vendored
12
.github/workflows/python-package.yml
vendored
@@ -42,11 +42,11 @@ jobs:
|
||||
coverage html
|
||||
- name: Store coverage text results
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: coverage-text
|
||||
path: coverage.txt
|
||||
with:
|
||||
name: coverage-text
|
||||
path: coverage.txt
|
||||
- name: Store coverage HTML results
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: coverage-html
|
||||
path: htmlcov/*
|
||||
with:
|
||||
name: coverage-html
|
||||
path: htmlcov/*
|
||||
|
||||
Reference in New Issue
Block a user