|
Ran
|
Jobs
1
|
Files
22
|
Run time
1min
|
Badge
README BADGES
|
push
github
fix: Run tests without depending on `openssl` (#685) `reqwest` is only used for a crate example basic HTTP call: https://github.com/rust-cli/config-rs/blob/1483f4cfc/examples/async_source/main.rs#L61 When cloning the project repo and running tests, it'd fail without OpenSSL devel package present on the system to build `reqwest`. I was going to replace that with `rusttls` but it seems HTTPS isn't required at all so opt-out of default features seems more prudent?
958 of 1468 relevant lines covered (65.26%)
3.97 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 17283935517.1 | 22 |
65.26 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|