Closed r-hang closed 1 year ago
Merging #566 (d2c195f) into dev (dd3a006) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## dev #566 +/- ##
=======================================
Coverage 68.09% 68.09%
=======================================
Files 139 139
Lines 23838 23838
=======================================
Hits 16233 16233
Misses 4544 4544
Partials 3061 3061
Impacted Files | Coverage Δ | |
---|---|---|
ast/annotation.go | 91.66% <ø> (ø) |
|
ast/basetypeid_string.go | 75.00% <ø> (ø) |
|
ast/constant.go | 46.42% <ø> (ø) |
|
ast/definition.go | 74.50% <ø> (ø) |
|
ast/header.go | 40.00% <ø> (ø) |
|
ast/position.go | 100.00% <ø> (ø) |
|
ast/program.go | 66.66% <ø> (ø) |
|
ast/type.go | 33.84% <ø> (ø) |
|
ast/visitor.go | 0.00% <ø> (ø) |
|
ast/walk.go | 87.50% <ø> (ø) |
|
... and 112 more |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
The thriftrw release instructions call for running
make generate
and seeing no changes to verify the state of dev before creating a release commit PR on master. This change is the result of runningmake generate
.