-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
locode: update with new locodedb package #2634
Conversation
9913e55
to
b692b5a
Compare
Codecov Report
@@ Coverage Diff @@
## master #2634 +/- ##
==========================================
+ Coverage 28.54% 28.67% +0.12%
==========================================
Files 421 415 -6
Lines 32481 32234 -247
==========================================
- Hits 9272 9242 -30
+ Misses 22401 22196 -205
+ Partials 808 796 -12
... and 1 file with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
edd66c3
to
7e09b41
Compare
7e09b41
to
2b929b1
Compare
pkg/innerring/processors/netmap/nodevalidation/locode/calls_test.go
Outdated
Show resolved
Hide resolved
2b929b1
to
5541dc9
Compare
5541dc9
to
0385d6a
Compare
4c0b0d2
to
03129eb
Compare
It needs a rebase as well. |
03129eb
to
5b31fa2
Compare
Needs a rebase now. |
5b31fa2
to
270eb0a
Compare
Removed command connected to locodedb generation. Import the new package into IR and CLI to do the same checks and queries. Removed IR DB configuration option. Refs: #2610. Signed-off-by: Ekaterina Pavlova <[email protected]>
270eb0a
to
fcf32d3
Compare
Imports branch version with a new locodedb package, should be changed after merging #22.
Refs: #2610.