Skip to content

Commit

Permalink
Add coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Jul 13, 2021
1 parent 7776b91 commit 6994b00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ set -eo pipefail
start="$(date +%s.%N)"
here="$(dirname "$(readlink -f "$0")")"

#docker-compose -f "$here/docker-compose-lint.yml" up --abort-on-container-exit
docker-compose -f "$here/docker-compose-lint.yml" up --abort-on-container-exit
docker-compose -f "$here/docker-compose-unit.yml" up --abort-on-container-exit
#docker-compose -f "$here/docker-compose-geos.yml" up --abort-on-container-exit
#docker-compose -f "$here/docker-compose-pgscan.yml" up --abort-on-container-exit
#docker-compose -f "$here/docker-compose-cmppg.yml" up --abort-on-container-exit
#docker-compose -f "$here/docker-compose-cmpgeos.yml" up --abort-on-container-exit
docker-compose -f "$here/docker-compose-geos.yml" up --abort-on-container-exit
docker-compose -f "$here/docker-compose-pgscan.yml" up --abort-on-container-exit
docker-compose -f "$here/docker-compose-cmppg.yml" up --abort-on-container-exit
docker-compose -f "$here/docker-compose-cmpgeos.yml" up --abort-on-container-exit

printf "\nduration: %.1f seconds\n" "$(echo "$(date +%s.%N) - $start" | bc)"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Build Status](https://github.com/peterstace/simplefeatures/workflows/build/badge.svg)](https://github.com/peterstace/simplefeatures/actions)
[![Go Report
Card](https://goreportcard.com/badge/github.com/peterstace/simplefeatures)](https://goreportcard.com/report/github.com/peterstace/simplefeatures)
[![Coverage
Status](https://coveralls.io/repos/github/peterstace/simplefeatures/badge.svg?branch=add_coveralls)](https://coveralls.io/github/peterstace/simplefeatures?branch=add_coveralls)

Simple Features is a 2D geometry library that provides Go types that model
geometries, as well as algorithms that operate on them.
Expand Down

0 comments on commit 6994b00

Please sign in to comment.