Skip to content

Commit

Permalink
Resolve CoverageWarning when running tests (#2382)
Browse files Browse the repository at this point in the history
Appeared as:

    .../site-packages/coverage/inorout.py:472: CoverageWarning: --include is ignored because --source is set (include-ignored)
      self.warn("--include is ignored because --source is set", slug="include-ignored")
  • Loading branch information
jdufresne authored Jun 27, 2022
1 parent 66291d0 commit 8414877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[run]
branch = True
source = codespell_lib
include = */codespell_lib/*
omit = */codespell_lib/tests/*

0 comments on commit 8414877

Please sign in to comment.