Skip to content

Commit

Permalink
Blablabla.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Dec 13, 2023
1 parent da8dbcc commit 5c9a194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ docs-clean:
docs-build: docs-clean
doc8 docs/ README.rst
coverage run ${covargs} -- ${CONDA_PREFIX}/bin/sphinx-build -W -b html docs docs/_build/html
coverage combine
coverage xml

########################################################################################
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ omit = [
# Never hit by integration tests:
"src/pudl/validate.py",
]
concurrency=["multiprocessing"]

[tool.coverage.paths]
# When running pudl tools installed with pip, the sources are imported
Expand Down

0 comments on commit 5c9a194

Please sign in to comment.