-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(qdrant): safe to clone with internal arc
bit more explicit for tarpaulin tune tarpaulin add debugging to persist set correct grpc port default more cleanup disable coverage for now
- Loading branch information
Showing
6 changed files
with
74 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
name: Coverage | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- master | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
test: | ||
name: coverage | ||
runs-on: ubuntu-latest | ||
services: | ||
qdrant: | ||
image: qdrant/qdrant:v1.9.7 | ||
ports: | ||
- 6334:6334 | ||
env: | ||
RUST_LOG: DEBUG | ||
RUST_BACKTRACE: 1 | ||
QDRANT_URL: http://qdrant:6334 | ||
container: | ||
image: xd009642/tarpaulin:develop-nightly | ||
options: --security-opt seccomp=unconfined | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Generate code coverage | ||
run: | | ||
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml | ||
- name: Coveralls | ||
uses: coverallsapp/github-action@v2 | ||
# name: Coverage | ||
# | ||
# on: | ||
# pull_request: | ||
# push: | ||
# branches: | ||
# - master | ||
# | ||
# concurrency: | ||
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
# cancel-in-progress: true | ||
# | ||
# jobs: | ||
# test: | ||
# name: coverage | ||
# runs-on: ubuntu-latest | ||
# services: | ||
# qdrant: | ||
# image: qdrant/qdrant:v1.9.7 | ||
# ports: | ||
# - 6334:6334 | ||
# env: | ||
# RUST_LOG: swiftide=debug | ||
# RUST_BACKTRACE: 1 | ||
# QDRANT_URL: http://qdrant:6334 | ||
# container: | ||
# image: xd009642/tarpaulin:develop-nightly | ||
# options: --security-opt seccomp=unconfined | ||
# steps: | ||
# - name: Checkout repository | ||
# uses: actions/checkout@v4 | ||
# | ||
# - name: Generate code coverage | ||
# run: | | ||
# cargo tarpaulin --verbose --all-features -p swiftide --timeout 120 --out xml | ||
# | ||
# - name: Coveralls | ||
# uses: coverallsapp/github-action@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters