summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc12
1 files changed, 0 insertions, 12 deletions
diff --git a/.coveragerc b/.coveragerc
deleted file mode 100644
index 1a8847c..0000000
--- a/.coveragerc
+++ /dev/null
@@ -1,12 +0,0 @@
-[run]
-branch = True
-parallel = True
-concurrency = thread,multiprocessing
-omit =
- */constants/*
-source =
- pwn
- pwnlib
- ~/.cache/.pwntools-cache-2.7/
- ~/.cache/.pwntools-cache-3.8/
-disable_warnings = module-not-imported