Skip to content

Conversation

@zaibon
Copy link
Contributor

@zaibon zaibon commented Oct 18, 2019

fixes #327

@codecov
Copy link

codecov bot commented Oct 21, 2019

Codecov Report

Merging #336 into master will decrease coverage by 0.13%.
The diff coverage is 36.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #336      +/-   ##
==========================================
- Coverage   39.31%   39.17%   -0.14%     
==========================================
  Files          57       58       +1     
  Lines        3597     3602       +5     
==========================================
- Hits         1414     1411       -3     
- Misses       1990     1999       +9     
+ Partials      193      192       -1
Impacted Files Coverage Δ
pkg/kernel/kernel.go 73.91% <ø> (ø) ⬆️
pkg/provision/network.go 60% <ø> (-1.3%) ⬇️
pkg/gedis/commands_capacity.go 0% <0%> (ø)
pkg/provision/engine.go 0% <0%> (ø) ⬆️
pkg/identity/store.go 0% <0%> (ø) ⬆️
pkg/gedis/commands_identity.go 64.18% <100%> (+0.96%) ⬆️
pkg/environment/environment.go 71.42% <71.42%> (-2.94%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 24deff0...626806e. Read the comment docs.

version.ShowAndExit(false)
}

if err := os.MkdirAll(root, 0750); err != nil {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

identityd failed to start on a clean disk, so this was needed

"fmt"
"net"
"testing"
// import (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can remove this file too.

@zaibon zaibon marked this pull request as ready for review October 28, 2019 10:03
@zaibon zaibon merged commit a06b2c2 into master Oct 28, 2019
@zaibon zaibon deleted the mock_types branch October 28, 2019 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bring bcdb mock to same data interface as gedis client

3 participants