Fix path to coverage file
This commit is contained in:
committed by
Ben Johnson
parent
301e1172fd
commit
6763e9218c
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@@ -27,4 +27,4 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: code-coverage
|
name: code-coverage
|
||||||
path: coverage.html
|
path: .coverage.html
|
||||||
|
|||||||
Reference in New Issue
Block a user