-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test cases for JSON resource marshaling #1902
Add test cases for JSON resource marshaling #1902
Conversation
Added test cases for following change events : * ProjectChange * ProjectCardChange * ProjectColumnChange Adds Fixes to : google#55
Codecov Report
@@ Coverage Diff @@
## master #1902 +/- ##
=======================================
Coverage 97.65% 97.65%
=======================================
Files 105 105
Lines 6786 6786
=======================================
Hits 6627 6627
Misses 86 86
Partials 73 73 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @sagar23sj !
LGTM.
Awaiting second LGTM before meging.
Friendly ping @wesleimp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Hmmm... the tests still pass. Merging. |
Although after merging, tests fail... so I'm not sure that GitHub was actually testing master. I'll create a PR to fix the tests. |
Added test cases for following change events :
Relates to : #55