Skip to content

Commit 305bd62

Browse files
committed
Remove colon now there are no user defined settings
1 parent b2500cf commit 305bd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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:
50+
- codecov/upload
5151
# A new step puts us into the repo folder
5252
# file: ../Debug-build/coverage.info
5353
- coverage-reporter/send_report:

0 commit comments

Comments
 (0)