Skip to content

Commit

Permalink
Merge #677
Browse files Browse the repository at this point in the history
677: Remove cargo-tarpaulin due to instability r=urschrei a=urschrei

See discussion at #676

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---



Co-authored-by: Stephan Hügel <shugel@tcd.ie>
  • Loading branch information
bors[bot] and urschrei authored Nov 4, 2021
2 parents 61ad69f + 37646a0 commit 7af4f80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- geo
- geo_postgis
- geo_fuzz
- coverage
- bench
steps:
- name: Mark the job as a success
Expand Down Expand Up @@ -98,23 +97,6 @@ jobs:
uses: actions/checkout@v2
- run: cargo build --bins

coverage:
name: coverage
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip coverage]')"
container:
image: georust/geo-ci
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Generate code coverage
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Lcov
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: lcov.info
bench:
name: bench
runs-on: ubuntu-latest
Expand All @@ -125,4 +107,3 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- run: cargo bench --no-run

1 change: 1 addition & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* <https://github.com/georust/geo/pull/651>
* Add KNearestConcaveHull algorithm
* <https://github.com/georust/geo/pull/635>
* remove cargo-tarpaulin due to instability (#676, #677)

## 0.18.0

Expand Down

0 comments on commit 7af4f80

Please sign in to comment.