Compare commits
1 Commits
renovate/c
...
renovate/t
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
678c1983e9 |
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
|
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
|
||||||
- name: Upload tests coverage
|
- name: Upload tests coverage
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
files: ./lcov.info
|
files: ./lcov.info
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ reqwest = { version = "0.12.0", features = ["json", "blocking", "stream"] }
|
|||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.197", features = ["derive"] }
|
||||||
serde_json = "1.0.114"
|
serde_json = "1.0.114"
|
||||||
strum = "0.26.1"
|
strum = "0.26.1"
|
||||||
thiserror = "1.0.57"
|
thiserror = "2.0.0"
|
||||||
tokio = { version = "1.36.0", features = ["full"] }
|
tokio = { version = "1.36.0", features = ["full"] }
|
||||||
tokio-stream = "0.1.14"
|
tokio-stream = "0.1.14"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user