Skip to content

Commit

Permalink
Merge branch 'fix/circle_ci_image' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Jul 24, 2023
2 parents 603ab18 + 6134a00 commit 41cbd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ jobs:
- run: lcov --extract $COVERAGE_DIR/coverage.info "*/boost/geometry/*" "*/libs/geometry/include/*" --output-file $COVERAGE_DIR/coverage.info
- run: sed -i 's/SF:.*boost\/geometry/SF:boost\/geometry/g' $COVERAGE_DIR/coverage.info
#Coveralls
- run: sudo apt-get install gem
- run: sudo apt-get install rubygems
- run: gem install coveralls-lcov
- run: sudo apt-get install jq
- run: cd $BOOST_DIR/libs/geometry/include && coveralls-lcov --repo-token=$COVERALLS_REPO_TOKEN -v -n ../../../../$COVERAGE_DIR/coverage.info > ../../../../$COVERAGE_DIR/coverage.json
Expand Down

0 comments on commit 41cbd0d

Please sign in to comment.