Skip to content

Commit

Permalink
Walkaround for cpp-coveralls issue and circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed Mar 21, 2021
1 parent 8ec8068 commit 3df2341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
name: Upload coverage statistics
command: |
sudo find / -name coveralls
COVERALLS_REPO_TOKEN=KxXPskywURsRPcsDEgK5eq4sdNncpk6yB coveralls -b ./src --exclude docs --exclude unittest --exclude bld --exclude tools --exclude examples --exclude examples_to_do --gcov-options '\-lp'
echo -e "service_name: circle-ci\n" > .coveralls.yml \
&& TRAVIS_JOB_ID="#${CIRCLE_BUILD_NUM}" COVERALLS_REPO_TOKEN=KxXPskywURsRPcsDEgK5eq4sdNncpk6yB coveralls -b ./src \
--exclude docs --exclude unittest --exclude bld --exclude tools --exclude examples --exclude examples_to_do --gcov-options '\-lp'
# - store_artifacts:
# path: embedded/target/bin.elf
# destination: binary.elf
Expand Down

0 comments on commit 3df2341

Please sign in to comment.