Skip to content

fix: update webserver test to check database access instead of archiv…

46524be
Select commit
Loading
Failed to load commit list.
Merged

Add data parser service #14

fix: update webserver test to check database access instead of archiv…
46524be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2026 in 0s

64.64% (+10.40%) compared to 76a28b7

View this Pull Request on Codecov

64.64% (+10.40%) compared to 76a28b7

Details

Codecov Report

❌ Patch coverage is 78.50877% with 147 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.64%. Comparing base (76a28b7) to head (46524be).

Files with missing lines Patch % Lines
parser/main.py 0.00% 59 Missing ⚠️
parser/service_logic.py 0.00% 41 Missing ⚠️
parser/db_writer.py 83.76% 19 Missing ⚠️
parser/file_watcher.py 85.71% 9 Missing ⚠️
parser/validate_dataframe.py 74.07% 7 Missing ⚠️
mno_data_source_simulator/main.py 76.19% 5 Missing ⚠️
parser/file_manager.py 93.75% 4 Missing ⚠️
parser/tests/test_file_watcher.py 93.93% 2 Missing ⚠️
webserver/main.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #14       +/-   ##
===========================================
+ Coverage   54.23%   64.64%   +10.40%     
===========================================
  Files           5       19       +14     
  Lines         874     1547      +673     
===========================================
+ Hits          474     1000      +526     
- Misses        400      547      +147     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.