Closed stephen-soltesz closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
asnannotator/routeview.go | 0 | 3 | 0.0% | ||
<!-- | Total: | 60 | 63 | 95.24% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
asnannotator/routeview.go | 84 | 0% | ||
<!-- | Total: | 84 | --> |
Totals | |
---|---|
Change from base Build 104: | -20.7% |
Covered Lines: | 304 |
Relevant Lines: | 391 |
This change forks the annotation-service/api types to allow:
This change also temporarily disables the asn annotator support because the type changes require a different implementation of the route view parsing and search routines. That will be added in a subsequent PR to reenable ASN annotation.
This change is