Skip to content

Commit

Permalink
Update project template
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyvn committed Feb 22, 2023
1 parent 259126f commit 07a478e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Changes here will be overwritten by Copier
_commit: 0.9.0
_commit: 0.9.1
_src_path: gh:leroyvn/copier-pdm
author_email: [email protected]
author_fullname: Vincent Leroy
Expand All @@ -9,7 +9,7 @@ copyright_date: '2022'
copyright_holder: Vincent Leroy
copyright_holder_email: [email protected]
copyright_license: MIT
docs_sphinx: true
docs_sphinx: false
project_description: Pint meets attrs
project_name: Pinttrs
python_conda_env_name: pinttrs
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dist/
*.egg-info/

# Unit test / coverage reports
htmlcov/
reports/
.coverage*
.pytest_cache/
.nox
Expand Down
20 changes: 0 additions & 20 deletions codecov.yml

This file was deleted.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ omit = [
]
precision = 2

[tool.coverage.html]
directory = "./reports/coverage/html"

[tool.coverage.json]
output = "./reports/coverage/coverage.json"

[tool.pytest.ini_options]
addopts = "--doctest-glob='*.rst'"
norecursedirs = [
Expand Down

0 comments on commit 07a478e

Please sign in to comment.