-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
improvement: move incremental client from fmg to meros #1774
Conversation
ah, yeah you have to run |
these test failures are strange! just missing arguments from some assertions |
ah, still the unrelated test failures that shouldn't be happening. ill take a look! |
ah, @maraisr you need to update the tests because you change how |
Codecov Report
@@ Coverage Diff @@
## feat/build-fetcher-util #1774 +/- ##
===========================================================
- Coverage 65.72% 65.69% -0.04%
===========================================================
Files 85 85
Lines 5083 5087 +4
Branches 1610 1605 -5
===========================================================
+ Hits 3341 3342 +1
- Misses 1715 1718 +3
Partials 27 27
Continue to review full report at Codecov.
|
With this PR I aim to replace fmg with meros, for better isomorphic nature and ease of use.
relates: #1770