m-lab / uuid-annotator

Produces metadata locally for every connection on each server.
Apache License 2.0
0 stars 0 forks source link

Adds IP decoration and a main method #2

Closed pboothe closed 4 years ago

pboothe commented 4 years ago

Adds a main() and annotation from MaxMind zipfiles.

GCS functionality is still missing, but this PR is big enough without that.


This change is Reviewable

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 36


Totals Coverage Status
Change from base Build 18: 0.0%
Covered Lines: 149
Relevant Lines: 149

💛 - Coveralls
pboothe commented 4 years ago

I honestly don't understand why coveralls still thinks coverage is at 100%. It's not. ipannotator and main are 100% covered. annotator contains no code, only structs and interfaces, and zipfile is untested and its most important method returns errors.New("unimplemented")

pboothe commented 4 years ago

https://github.com/m-lab/dev-tracker/issues/534