Skip to content

Commit

Permalink
Ignore private _log module from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
henryrobbins committed Sep 24, 2021
1 parent 6ff891d commit aa3ffa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ cov-html:
coverage html
open htmlcov/index.html

lint:
flake8 dmtools

dist:
python3 -m build
twine upload dist/*
2 changes: 1 addition & 1 deletion dmtools/_log.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def _log_msg(name: str, size: int) -> str:
def _log_msg(name: str, size: int) -> str: # pragma: no cover
"""Return log message for creation of file.
Args:
Expand Down

0 comments on commit aa3ffa2

Please sign in to comment.