summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 1a8847cc4398f3e89561cdb132800ac9f96c90e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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