Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
chore: ignore version file
Browse files Browse the repository at this point in the history
This file is written using `pip install -e .` which in
turns write the file.  So it seems that is.
  • Loading branch information
MindTooth committed Jul 21, 2021
1 parent 7a3caec commit 7ff2a7c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@ python_files = ["test_*.py", "*_test.py", "tests.py"]
[tool.coverage.run]
branch = true
source = ["src"]
omit = ["*/.tox/*", "*/__main__.py", "*/setup.py", "*/.venv*/*", "*/venv*/*"]
omit = [
"*/.tox/*",
"*/__main__.py",
"*/setup.py",
"*/.venv*/*",
"*/venv*/*",
"src/nina/version.py"
]

[tool.coverage.report]
show_missing = true
Expand Down

0 comments on commit 7ff2a7c

Please sign in to comment.