-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(qdrant): upgrade and better defaults (#118)
- **fix(deps): update rust crate qdrant-client to v1.10.1** - **fix(qdrant): upgrade to new qdrant with sensible defaults** - **feat(qdrant): safe to clone with internal arc** --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a8b02a3
commit 353cd9e
Showing
9 changed files
with
122 additions
and
95 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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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