You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Creating a new concolusion with the GitHub API and then encoding that
CheckRun to json adds: `"conclusion":"null"` to the json string;
attempting to decode that throws an exception.
FixesSpinlockLabs#412
A newly created
CheckRun
with aconclusion
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
The text was updated successfully, but these errors were encountered: