Skip to content

Commit e300cbb

Browse files
committed
fix: codecov in CircleCI
1 parent 10d30d9 commit e300cbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979
command: run-unit-tests.sh
8080
- run:
8181
name: Upload Unit Test Coverage Data to Codecov
82-
command: codecov -f ".coverage"
82+
command: |
83+
ls -la "$(repo-root-dir.sh)"
84+
codecov -f "$(repo-root-dir.sh)/.coverage"
8385
- run:
8486
name: Build README.rst
8587
command: build-readme-dot-rst.sh

0 commit comments

Comments
 (0)