Skip to content

Conversation

@dmitriyrepin
Copy link
Contributor

@dmitriyrepin dmitriyrepin commented Sep 26, 2025

Clean tests and make sure all test code is executed

tests/__init__.py                                              0      0      0      0   100%
tests/conftest.py                                             26      0      0      0   100%
tests/integration/conftest.py                                 79      0     14      0   100%
tests/integration/test_import_streamer_grid_overrides.py      48      0      2      0   100%
tests/integration/test_segy_import_export_masked.py          199      0     14      1    99%   235->244
tests/integration/test_segy_roundtrip_teapot.py              105      0      4      0   100%
tests/integration/testing_helpers.py                          23      0      4      0   100%
tests/test_main.py                                            12      0      0      0   100%
tests/unit/__init__.py                                         0      0      0      0   100%
tests/unit/test_auto_chunking.py                              24      0      0      0   100%
tests/unit/test_dimension.py                                  29      0      0      0   100%
tests/unit/test_indexing.py                                   68      0     16      0   100%
tests/unit/test_segy_grid_overrides.py                       125      0      4      0   100%
tests/unit/test_type_converter.py                             39      0      4      0   100%
tests/unit/v1/__init__.py                                      0      0      0      0   100%
tests/unit/v1/helpers.py                                     102      0     22      1    99%   132->131
tests/unit/v1/templates/conftest.py                            7      0      0      0   100%
tests/unit/v1/templates/test_seismic_2d_poststack.py          58      0      0      0   100%
tests/unit/v1/templates/test_seismic_2d_prestack_cdp.py       70      0      0      0   100%
tests/unit/v1/templates/test_seismic_2d_prestack_shot.py      64      0      0      0   100%
tests/unit/v1/templates/test_seismic_3d_poststack.py          66      0      0      0   100%
tests/unit/v1/templates/test_seismic_3d_prestack_cdp.py       72      0      0      0   100%
tests/unit/v1/templates/test_seismic_3d_prestack_coca.py      68      0      0      0   100%
tests/unit/v1/templates/test_seismic_3d_prestack_shot.py      66      0      0      0   100%
tests/unit/v1/templates/test_seismic_templates.py             46      0      2      0   100%
tests/unit/v1/templates/test_template_registry.py            212      0     32      3    99%   67->69, 242->244, 292->294
tests/unit/v1/test_dataset_builder_add_coordinate.py          71      0      0      0   100%
tests/unit/v1/test_dataset_builder_add_dimension.py           21      0      0      0   100%
tests/unit/v1/test_dataset_builder_add_variable.py           111      0      0      0   100%
tests/unit/v1/test_dataset_builder_build.py                   55      0      0      0   100%
tests/unit/v1/test_dataset_builder_helpers.py                 15      0      0      0   100%
tests/unit/v1/test_dataset_serializer.py                     143      0      8      0   100%

@codecov
Copy link

codecov bot commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.63%. Comparing base (c3ba558) to head (7e153aa).
⚠️ Report is 177 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #685      +/-   ##
==========================================
+ Coverage   85.30%   88.63%   +3.32%     
==========================================
  Files          46       81      +35     
  Lines        2219     4390    +2171     
  Branches      306      291      -15     
==========================================
+ Hits         1893     3891    +1998     
- Misses        281      431     +150     
- Partials       45       68      +23     

☔ 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.

Copy link
Collaborator

@BrianMichell BrianMichell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that this PR is the appropriate place to implement the removal of the debug mode.

@dmitriyrepin
Copy link
Contributor Author

I believe that this PR is the appropriate place to implement the removal of the debug mode.
DEBUG_MODE has been removed

Copy link
Collaborator

@BrianMichell BrianMichell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tasansal tasansal merged commit 2c9447e into TGSAI:main Oct 3, 2025
10 checks passed
@tasansal tasansal added the testing Testing label Oct 3, 2025
@tasansal tasansal changed the title clean tests and make sure all test code is executed Clean tests and make sure all test code is executed Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing Testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants