|
Ran
|
Jobs
1
|
Files
28
|
Run time
1s
|
Badge
README BADGES
|
push
github
fix(UNetStack): better compatibility with ooni/probe-cli models (#41) The refactoring at https://github.com/ooni/netem/commit/45a7aa975 was a bit too aggressive and we have lost some degree of interface level compatibility with ooni/probe-cli. Let's repair this: * Add the `CACert` accessor required by ooni/probe-cli code. * While there, also declare the accessor as being part of `UnderlyingNetwork`. * We have a slight issue with `ServerTLSConfig`, which is expected by ooni/probe-cli and now is called `MustNewTLSConfig` and, additionally, requires the names for which to generate the certificate. We will solve these issues inside the ooni/probe-cli repository, but let's make sure the `UNetStack` has the correct method. Part of https://github.com/ooni/probe/issues/2531
4 of 10 new or added lines in 2 files covered. (40.0%)
7 existing lines in 3 files now uncovered.2400 of 2832 relevant lines covered (84.75%)
0.9 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 6 |
64.95 |
-1.87% | unetstack.go |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
74.58 |
-1.69% | net.go |
| 2 |
81.25 |
-1.79% | router.go |
| 3 |
94.0 |
-2.0% | ndt0.go |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 0 - 6252888689.1 | 28 |
84.75 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|