Fix YAML error.

This commit is contained in:
Nathan Baker
2020-06-20 08:12:31 -07:00
parent 9fcc69b9a8
commit 4fd012cb57

View File

@@ -42,11 +42,11 @@ jobs:
coverage html coverage html
- name: Store coverage text results - name: Store coverage text results
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
name: coverage-text name: coverage-text
path: coverage.txt path: coverage.txt
- name: Store coverage HTML results - name: Store coverage HTML results
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
name: coverage-html name: coverage-html
path: htmlcov/* path: htmlcov/*