We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9c425 commit e38eddfCopy full SHA for e38eddf
.github/workflows/unit_tests.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: codecov/codecov-action@v1
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
52
- files: ./coverage.xml
+ files: sdk/python/coverage.xml
53
flags: unittests
54
env_vars: OS,PYTHON
55
fail_ci_if_error: true
0 commit comments