using environmental variable in files path.

This commit is contained in:
Jason Kulatunga
2022-04-30 22:25:45 -07:00
parent 035c94681f
commit 36617c8f1f
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: Generate coverage report
uses: codecov/codecov-action@v2
with:
files: ./coverage.txt
files: $PROJECT_PATH/coverage.txt
flags: unittests
fail_ci_if_error: true
verbose: true