Skip to content

Commit e817273

Browse files
authored
added .coveragerc to readme repo structure list
1 parent f36959a commit e817273

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Much more extensive usage is demonstrated in Jupyter notebooks:
9292
- `docs/` contains `make` files and `.rst` files to govern the way `sphinx` builds documentation, either locally by navigating to this folder and calling `make html` or in the cloud by `readthedocs.io`.
9393
- `examples/` contains Jupyter notebooks that demonstrate some usage of the library.
9494
- `pynumdiff/` contains the source code. For a full list of modules and further navigation help, see the readme in this subfolder.
95+
- `.coveragerc` governs `coverage` runs, listing files and functions/lines that should be excluded, e.g. plotting code.
9596
- `.editorconfig` ensures tabs are displayed as 4 characters wide.
9697
- `.gitignore` ensures files generated by local `pip install`s, Jupyter notebook runs, caches from code runs, virtual environments, and more are not picked up by `git` and accidentally added to the repo.
9798
- `.pylintrc` configures `pylint`, a tool for autochecking code quality.

0 commit comments

Comments
 (0)