Skip to content

Commit e602223

Browse files
committed
add codecov
1 parent 1e119dc commit e602223

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
uses: codecov/[email protected]
4545
with:
4646
file: cobertura.xml
47-
token: ${{secrets.CODECOV}}
47+
token: ${{secrets.CODECOV_TOKEN}}

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build = "src/build.rs"
1717
reqwest = { version = "0.12.23", features = ["blocking"] }
1818

1919
[dependencies]
20-
log = "0.4.14"
20+
log = "0.4.29"
2121
serde = { version = "1.0.126", features = ["derive"] }
2222
serde_json = "1.0.66"
2323
zip = { version = "2.2.0" }
@@ -33,13 +33,15 @@ itertools = "0.14.0"
3333
chrono = { version = "0.4.19", optional = true, features = ["serde"] }
3434
tokio-stream = { version = "0.1.7", features = ["sync"] }
3535
futures = "0.3.16"
36-
serde_with = { version = "3.14.0", default-features = false, features = ["macros"] }
36+
serde_with = { version = "3.14.0", default-features = false, features = [
37+
"macros",
38+
] }
3739

3840
[dev-dependencies]
3941
env_logger = "0.11.8"
4042
tempdir = "0.3.7"
4143
tide = "0.16.0"
42-
warp = "0.3.7"
44+
warp = "0.3"
4345

4446
[features]
4547
default = ["chrono", "rt-tokio"]

0 commit comments

Comments
 (0)