diff options
| author | Scott <[email protected]> | 2022-01-24 13:47:27 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-24 13:47:27 -0800 |
| commit | 48d6beaeef30d22e9366fdf7fa5d3311da66bf89 (patch) | |
| tree | 6169fc2fe51fd5582e7900135e624d78799ca65a /.gitignore | |
| parent | e2b1ec0d293fd3d17854194189ed5ee1c28f705f (diff) | |
Adds optional code coverage reporting to run_tests.sh.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +.coverage scott_secrets.py __pycache__/* */__pycache__/* |
