-
Notifications
You must be signed in to change notification settings - Fork 273
Conversation
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
- Coverage 99.35% 86.9% -12.45%
==========================================
Files 64 65 +1
Lines 617 672 +55
Branches 51 73 +22
==========================================
- Hits 613 584 -29
- Misses 2 78 +76
- Partials 2 10 +8
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.
Might be a good idea to type this change with TS.
yeah, I guess we should align on
I would generally support |
994d1c6
to
b64bc8e
Compare
I agree with end goal of having all |
b64bc8e
to
a93d732
Compare
a93d732
to
3a6d160
Compare
🏆 Enhancements
Create
ChartClient
to facilitate calls to various APIs necessary for embeddable charts.Refer to this design doc
Working on unit tests.