Closed
Description
A newly created CheckRun
with a conclusion
of null (empty
) will encode as "null"
. This fails parsing with "This level of check run conclusion is unimplemented" when passed the contents of a newly created checkrun.
github.dart/lib/src/common/model/checks.dart
Lines 44 to 76 in 8169398