Skip to content

Commit

Permalink
chore: Update hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Feb 15, 2024
1 parent d7823a7 commit b6777bf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 23 deletions.
10 changes: 7 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[run]
omit =
*/test/*
*/venv*
test/*
*/.vscode/*
branch = True
dynamic_context = test_function
relative_files = True

[paths]
source = shelllogger
source = shell_logger

[report]
skip_covered = False
Expand All @@ -29,3 +30,6 @@ output = test/coverage.xml
output = test/coverage.json
pretty_print = True
show_contexts = True

[lcov]
output = test/coverage.lcov
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.pytest_cache
.coverage
.pytest_cache
__pycache__
test/coverage.json
test/coverage.xml
test/htmlcov
18 changes: 0 additions & 18 deletions .style.yapf

This file was deleted.

2 changes: 1 addition & 1 deletion doc/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
html
build

0 comments on commit b6777bf

Please sign in to comment.