Skip to content

Commit

Permalink
exclude jinja templates from coverage, see nedbat/coveragepy#1553
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoening committed May 13, 2023
1 parent 7362ba2 commit 3ec1e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[run]
omit = */tests/*, */scripts/*
omit = */tests/*, */scripts/*, **/*.jinja, **/*.html, **/*.txt

0 comments on commit 3ec1e16

Please sign in to comment.