Skip to content

Commit

Permalink
Corrected mistake in README
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-sitton-inl committed Jul 30, 2024
1 parent 67a55db commit 0d9c014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
The "source" for code coverage defines a list of files over which code coverage is checked. This is defined in the `HERON/check_py_coverage.sh` script. By default when the source directory is specified, coverage.py measures coverage over all files in the source directory(ies) ending with .py, .pyw, .pyo, or .pyc that have typical punctuation. It also measures all files in subdirectories that also include an `__init__.py` file. For details see https://coverage.readthedocs.io/en/7.5.4/source.html#source

HERON code coverage is currently set up to run all files in the `HERON/src/` directory as well as in the `HERON/templates/` directory (provided the limitations listed above). Exceptions, which are in these directories but not covered, are listed as omitted files and directories in `HERON/check_py_coverage.sh`. Currently this list is comprised of the following files:
- `HERON/src/ARMABypass.py`
- `HERON/src/dispatch/twin_pyomo_test.py`
- `HERON/src/dispatch/twin_pyomo_test_rte.py`
- `HERON/src/dispatch/twin_pyomo_limited_ramp.py`
Expand Down

0 comments on commit 0d9c014

Please sign in to comment.