Closed mudler closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 9.80%. Comparing base (
532ffab
) to head (504e92f
). Report is 10 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
There was still some code reading from the filesystem instead of the embedded files in the binary. Regression introduced in https://github.com/masa-finance/masa-oracle/pull/523.
Fixes: https://github.com/masa-finance/masa-oracle/issues/578
Notes for Reviewers
It also adds a simple unit test to check whether we can read from the embedded contracts. Since I was at it I also disabled the Twitter tests until properly fixed with https://github.com/masa-finance/masa-oracle/pull/573
See also: https://github.com/masa-finance/masa-oracle/pull/579
Signed commits