la-famiglia-jst2324 / parma-analytics

ParmaAI analytics repository providing data processing and inference.
3 stars 0 forks source link

fix: Update code to handle funding round in report #127

Closed deeratra closed 9 months ago

deeratra commented 9 months ago

Motivation

This change is to handle the funding round metric, requested by Viet in reports

Changes

I have hardcoded the case if we have funding round change in the news O/P looks like this for mock data ofcourse Forto

Checklist

github-actions[bot] commented 9 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2342 1696 72% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
parma_analytics/db/prod/measurement_value_query.py 97% 🟢
parma_analytics/db/prod/news_query.py 67% 🟢
parma_analytics/db/prod/source_measurement_query.py 44% 🟢
parma_analytics/reporting/send_reports.py 24% 🟢
TOTAL 58% 🟢

updated for commit: dee2e40 by action🐍