diff options
author | Paul Harrison <paul@harrison.sh> | 2022-11-18 13:27:10 +0000 |
---|---|---|
committer | Paul Harrison <paul@harrison.sh> | 2022-12-15 16:02:14 +0000 |
commit | 2ba3a42b9b0a11adea48bfec4d98c116f1917c36 (patch) | |
tree | 00d32881c51169d8e2aa1ce913d3b5d5cd21b48a /setup.cfg | |
parent | f0af94aa41e82626b4b97460b4edc841c825654d (diff) |
chore: Add coverage
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +[coverage:run] +data_file = tests/.coverage +relative_files = True + +[coverage:report] +precision = 1 +skip_empty = True +show_missing = True + [flake8] max-line-length = 88 ignore = |