Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase testcoverage on github #1110

Merged
merged 16 commits into from
Feb 5, 2025
Merged

Increase testcoverage on github #1110

merged 16 commits into from
Feb 5, 2025

Conversation

veenstrajelmer
Copy link
Collaborator

@veenstrajelmer veenstrajelmer commented Feb 4, 2025

This pr changed coverage from:

Name                                Stmts   Miss  Cover
-------------------------------------------------------
dfm_tools/__init__.py                  19      0   100%
dfm_tools/bathymetry.py                61      6    90%
dfm_tools/coastlines.py                88     13    85%
dfm_tools/data.py                     140      0   100%
dfm_tools/deprecated_functions.py      35     16    54%
dfm_tools/download.py                 248     40    84%
dfm_tools/errors.py                     2      0   100%
dfm_tools/get_nc.py                   257     85    67%
dfm_tools/get_nc_helpers.py            82     59    28%
dfm_tools/hydrolib_helpers.py         357    101    72%
dfm_tools/interpolate_grid2bnd.py     300     77    74%
dfm_tools/linebuilder.py               51     40    22%
dfm_tools/meshkernel_helpers.py       160     10    94%
dfm_tools/modelbuilder.py             195     47    76%
dfm_tools/modplot.py                  357     49    86%
dfm_tools/observations.py             592     94    84%
dfm_tools/xarray_helpers.py           171     65    62%
dfm_tools/xugrid_helpers.py           343    111    68%
-------------------------------------------------------
TOTAL                                3458    813    76%

To:

Name                                Stmts   Miss  Cover
-------------------------------------------------------
dfm_tools/__init__.py                  19      0   100%
dfm_tools/bathymetry.py                61      6    90%
dfm_tools/coastlines.py                88     13    85%
dfm_tools/data.py                     180      0   100%
dfm_tools/deprecated_functions.py      35     16    54%
dfm_tools/download.py                 248     40    84%
dfm_tools/errors.py                     2      0   100%
dfm_tools/get_nc.py                   257     65    75% (+8%)
dfm_tools/get_nc_helpers.py            82     13    84% (+56%)
dfm_tools/hydrolib_helpers.py         357    101    72%
dfm_tools/interpolate_grid2bnd.py     300     77    74%
dfm_tools/linebuilder.py               51     40    22%
dfm_tools/meshkernel_helpers.py       160     10    94%
dfm_tools/modelbuilder.py             195     47    76%
dfm_tools/modplot.py                  357     49    86%
dfm_tools/observations.py             592     94    84%
dfm_tools/xarray_helpers.py           171     65    62%
dfm_tools/xugrid_helpers.py           345     63    82% (+14%)
-------------------------------------------------------
TOTAL                                3500    699    80%

@veenstrajelmer veenstrajelmer linked an issue Feb 4, 2025 that may be closed by this pull request
@veenstrajelmer veenstrajelmer changed the title Increase testcoverage Increase testcoverage on github Feb 4, 2025
Copy link

sonarqubecloud bot commented Feb 5, 2025

@veenstrajelmer veenstrajelmer merged commit ba1ecdb into main Feb 5, 2025
2 of 7 checks passed
@veenstrajelmer veenstrajelmer deleted the increase-testcoverage branch February 5, 2025 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase portability and speed of testbank
1 participant