catalyst-cooperative / ferc-xbrl-extractor

A tool for converting FERC filings published in XBRL into SQLite databases
MIT License
11 stars 1 forks source link

Test static taxonomies #139

Closed zschira closed 1 year ago

zschira commented 1 year ago

This PR addresses #138. This issue outlines occasional CI failures caused by flakiness when downloading taxonomies. It seems occasionally while downloading taxonomies, some files will not be downloaded successfully, which then impacts the extraction process. Adding archived taxonomies, and using these in integration tests should solve this problem.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.16% :tada:

Comparison is base (da63a8c) 91.77% compared to head (e1ada6a) 91.94%. Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #139 +/- ## ========================================== + Coverage 91.77% 91.94% +0.16% ========================================== Files 8 8 Lines 596 596 ========================================== + Hits 547 548 +1 + Misses 49 48 -1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/catalyst-cooperative/ferc-xbrl-extractor/pull/139/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=catalyst-cooperative)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.