-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Publishing offchain future assets #109
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #109 +/- ##
==========================================
- Coverage 41.38% 38.39% -3.00%
==========================================
Files 46 45 -1
Lines 2931 2873 -58
==========================================
- Hits 1213 1103 -110
- Misses 1718 1770 +52 ☔ View full report in Codecov by Sentry. |
Please also add some tests for the new perp fetcher. |
Added
ruff
+mypy
for typesChanged
Removed
Currently,
mypy
ignore every source files (see pyproject.toml), an issue will be created to slowly fix them all (there is ~700 atm).See #116