diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 19:26:26 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 19:26:26 -0700 |
commit | e73f763eebadc268062e3d1a9cbc1cb91082f569 (patch) | |
tree | 915f974806cb5b0b5f8291a1fbe0aebc52189e07 /python/.coveragerc | |
parent | a37f25df43e77b51ff3299e7a13ff35126362740 (diff) | |
download | fatcat-e73f763eebadc268062e3d1a9cbc1cb91082f569.tar.gz fatcat-e73f763eebadc268062e3d1a9cbc1cb91082f569.zip |
more CI tweaks
Diffstat (limited to 'python/.coveragerc')
-rw-r--r-- | python/.coveragerc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/.coveragerc b/python/.coveragerc new file mode 100644 index 00000000..6235f57d --- /dev/null +++ b/python/.coveragerc @@ -0,0 +1,3 @@ +[run] +omit = tests/* +source = . |