Closed casualjim closed 5 years ago
Merging #55 into master will decrease coverage by
6.13%
. The diff coverage is62.84%
.
@@ Coverage Diff @@
## master #55 +/- ##
==========================================
- Coverage 89.28% 83.14% -6.14%
==========================================
Files 10 10
Lines 1670 1596 -74
==========================================
- Hits 1491 1327 -164
- Misses 149 198 +49
- Partials 30 71 +41
Impacted Files | Coverage Δ | |
---|---|---|
bson.go | 56.16% <43.47%> (-21.03%) |
:arrow_down: |
default.go | 86.81% <64.13%> (-6.72%) |
:arrow_down: |
date.go | 89.7% <64.7%> (-6.13%) |
:arrow_down: |
duration.go | 91.56% <71.42%> (-4.87%) |
:arrow_down: |
time.go | 94.25% <78.94%> (-2.49%) |
:arrow_down: |
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 e87a5af...0ebc0d6. Read the comment docs.
Merging #55 into master will decrease coverage by
6.13%
. The diff coverage is62.84%
.
@@ Coverage Diff @@
## master #55 +/- ##
==========================================
- Coverage 89.28% 83.14% -6.14%
==========================================
Files 10 10
Lines 1670 1596 -74
==========================================
- Hits 1491 1327 -164
- Misses 149 198 +49
- Partials 30 71 +41
Impacted Files | Coverage Δ | |
---|---|---|
bson.go | 56.16% <43.47%> (-21.03%) |
:arrow_down: |
default.go | 86.81% <64.13%> (-6.72%) |
:arrow_down: |
date.go | 89.7% <64.7%> (-6.13%) |
:arrow_down: |
duration.go | 91.56% <71.42%> (-4.87%) |
:arrow_down: |
time.go | 94.25% <78.94%> (-2.49%) |
:arrow_down: |
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 e87a5af...0ebc0d6. Read the comment docs.
Removes the easyjson interface implementations in an effort to simplify the dependency chain a bit. Replaces globalsign/mgo fork with official mongo driver