Skip to content

Commit

Permalink
Add missing dot files
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 6, 2024
1 parent 19ffa6c commit a27983e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .coverageac
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[run]
omit = test_*.py
__init__.py
branch = True
dynamic_context = test_function

[report]
skip_covered = False
fail_under = 99
show_missing = True

[html]
directory = tests/htmlcov
title = GenConfig Coverage Report
show_contexts = True

[xml]
output = tests/coverage.xml

[json]
output = tests/coverage.json
pretty_print = True
show_contexts = True
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

# Python cache files.
*.pyc
.pytest_cache/
.spyproject

# Virtual environment
env/

# Ben's Sublime files.
sftp-config.json

# Test code scratch output directories.
actual_output/

# Jupyter checkpoints
.ipynb_checkpoints/

# pytest-cov data
.coverage

# test data output
**/test/data/output/

0 comments on commit a27983e

Please sign in to comment.