Skip to content

Commit 539f91c

Browse files
committed
Add some verbosity to try and debug
I assume the command is not run from the directory I think it is, but I'm not sure how to check.
1 parent 305bd62 commit 539f91c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
lcov --directory . --capture --gcov-tool /usr/bin/gcov --output-file coverage.info
4848
lcov --remove coverage.info '/usr/*' '*/tests/*' '*/external/*' --output-file coverage.info
4949
lcov --list coverage.info
50-
- codecov/upload
51-
# A new step puts us into the repo folder
52-
# file: ../Debug-build/coverage.info
50+
- codecov/upload:
51+
cli_args: '-v'
52+
file: ../Debug-build/coverage.info
5353
- coverage-reporter/send_report:
5454
coverage-reports: '../Debug-build/coverage.info'
5555
project-token: $CODACY_PROJECT_TOKEN

0 commit comments

Comments
 (0)