Skip to content

Conversation

@khaeru
Copy link
Owner

@khaeru khaeru commented Jul 15, 2025

Address 3 tests that were failing on CI.

PR checklist

  • Checks all ✅
  • Update documentation
  • Update doc/whatsnew.rst

Match current data returned by ECB data source for:
- TestClient.test_preview_data()
- test_doc_usage_data()
@khaeru khaeru self-assigned this Jul 15, 2025
@khaeru khaeru added data-source Issues related to specific web services/data source(s) ci labels Jul 15, 2025
@codecov
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.10%. Comparing base (f042e75) to head (3aeb913).
⚠️ Report is 87 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #236      +/-   ##
==========================================
- Coverage   98.92%   98.10%   -0.83%     
==========================================
  Files         103      103              
  Lines        8683     8687       +4     
==========================================
- Hits         8590     8522      -68     
- Misses         93      165      +72     
Files with missing lines Coverage Δ
sdmx/format/xml/common.py 100.00% <100.00%> (ø)
sdmx/testing/__init__.py 99.23% <100.00%> (+<0.01%) ⬆️
sdmx/tests/test_client.py 100.00% <100.00%> (ø)
sdmx/tests/test_docs.py 100.00% <100.00%> (ø)
sdmx/tests/writer/test_writer_xml.py 100.00% <100.00%> (ø)

... and 20 files with indirect coverage changes

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

khaeru added 2 commits July 16, 2025 12:19
- Use relative path instead of URL in construct_schema().
@khaeru khaeru linked an issue Jul 16, 2025 that may be closed by this pull request
@khaeru khaeru merged commit deca38f into main Jul 16, 2025
34 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci data-source Issues related to specific web services/data source(s)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Address XHTML validation error with lxml 6.0.0

2 participants