-
Notifications
You must be signed in to change notification settings - Fork 260
NPM test fixes + Azure Pipelines #402
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
Conversation
* initial azure-pipeline config * remove cns restserver from ci * publish coverage report to pipelines * use default go version on runner
Codecov Report
@@ Coverage Diff @@
## master #402 +/- ##
==========================================
+ Coverage 52.15% 52.29% +0.14%
==========================================
Files 28 28
Lines 4044 4044
==========================================
+ Hits 2109 2115 +6
+ Misses 1666 1654 -12
- Partials 269 275 +6
Continue to review full report at Codecov.
|
|
/lgtm |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jaer-tsun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test approval
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jaer-tsun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
general comments
.pipelines/pipeline.yml
Outdated
| - bash: | | ||
| go get -v -t -d ./... | ||
| if [ -f Gopkg.toml ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe remove this
network/network_linux.go
Outdated
| return err | ||
| var err error | ||
|
|
||
| if(extIf != nil && len(extIf.DNSInfo.Servers) > 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
save/lint here
jaer-tsun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: