chore: correct exclusion description

This commit is contained in:
Mike 2021-06-17 17:13:35 -07:00
parent cc57b7b47e
commit f1c4328327

View file

@ -94,9 +94,7 @@ addopts =
[coverage:run]
# Why do we exclude this file from coverage?
# Because coverage is not calculated correctly for pytest plugins.
# And we completely test it anyway.
# Exclude tox output from coverage calculation
omit = */.tox/*
[coverage:report]