using environmental variable in files path.

pull/228/head
Jason Kulatunga 3 years ago
parent 035c94681f
commit 36617c8f1f

@ -43,7 +43,7 @@ jobs:
- name: Generate coverage report - name: Generate coverage report
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v2
with: with:
files: ./coverage.txt files: $PROJECT_PATH/coverage.txt
flags: unittests flags: unittests
fail_ci_if_error: true fail_ci_if_error: true
verbose: true verbose: true

Loading…
Cancel
Save