diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-10-01 21:40:19 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-10-01 22:04:36 -0400 |
commit | e5d9dcced95948ef61df2b5d500d37216b8f781f (patch) | |
tree | 3777ab33172542c45f3a79a3907ad220eb3ff4ba /.gitignore | |
parent | aac13fb192d3f4a5ca01026aa544d29a2c0dcfb1 (diff) |
Coverage tweaks
- our customized test runner needed to stop using cli flag now that rcfile is in use, lol. NOW tests are shown.
- add coverage files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,3 +10,5 @@ _build .coverage .cache .idea +coverage.xml +htmlcov |