Skip to content

Commit

Permalink
Merge pull request #48 from SEKOIA-IO/feat/cookie_cutter_specify_cove…
Browse files Browse the repository at this point in the history
…rage_info

feat: Specify coverage settings in cookie cutter conf
  • Loading branch information
Darkheir authored Jun 9, 2023
2 parents 885a8fb + cdbb6d6 commit d6c6723
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
name: Publish Python 🐍 distributions 📦 to PyPI
on:
release:
types: [published]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ include = '\.pyi?$'
[tool.isort]
profile = "black"
line_length = 119

[tool.coverage.run]
omit = [
"tests/*",
"main.py",
]

0 comments on commit d6c6723

Please sign in to comment.