Closed abhinav closed 2 years ago
Merging #557 (11ff5aa) into dev (062fbbf) will increase coverage by
0.00%
. The diff coverage is66.66%
.
@@ Coverage Diff @@
## dev #557 +/- ##
=======================================
Coverage 68.01% 68.01%
=======================================
Files 139 139
Lines 23737 23735 -2
=======================================
- Hits 16145 16144 -1
+ Misses 4537 4536 -1
Partials 3055 3055
Impacted Files | Coverage Δ | |
---|---|---|
gen/sort.go | 80.00% <0.00%> (+7.27%) |
:arrow_up: |
gen/service.go | 89.76% <100.00%> (ø) |
|
internal/goast/package.go | 100.00% <100.00%> (ø) |
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 062fbbf...11ff5aa. Read the comment docs.
Test ThriftRW Go with the latest two Go minor releases. Update the go.mod directive to require at least Go 1.17, (this changes how
go mod tidy
behaves), and update linters and fix issues.