fix the coverage file path.

This commit is contained in:
Jason Kulatunga
2020-09-20 16:28:38 -06:00
parent a55f3acacf
commit fab1e3c624
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
${{ env.PROJECT_PATH }}/scrutiny-collector-metrics-linux-amd64
- uses: codecov/codecov-action@v1
with:
file: coverage.txt
file: ${{ env.PROJECT_PATH }}/coverage.txt
flags: unittests
fail_ci_if_error: true
build-docker: