Skip to content

Commit

Permalink
Remove cargo-tarpaulin due to instability
Browse files Browse the repository at this point in the history
See discussion at georust#676
  • Loading branch information
urschrei committed Nov 3, 2021
1 parent 61ad69f commit 84fb32f
Showing 1 changed file with 0 additions 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

0 comments on commit 84fb32f

Please sign in to comment.