Skip to content

Commit e38eddf

Browse files
committed
Update coverage.xml path
Signed-off-by: Yusuke Nishioka <yusuke.nishioka.0713@gmail.com>
1 parent da9c425 commit e38eddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: codecov/codecov-action@v1
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
52-
files: ./coverage.xml
52+
files: sdk/python/coverage.xml
5353
flags: unittests
5454
env_vars: OS,PYTHON
5555
fail_ci_if_error: true

0 commit comments

Comments
 (0)