Skip to content

Commit

Permalink
Merge branch 'main' of github.com:arfc/osier into joss
Browse files Browse the repository at this point in the history
  • Loading branch information
samgdotson committed Sep 24, 2024
2 parents de59666 + 7e6481e commit 8014a43
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 @@ -18,6 +18,7 @@ dependencies = [
'pandas',
'matplotlib',
'pytest',
'pytest-cov',
'dill',
'openpyxl',
'nrelpy',
Expand Down Expand Up @@ -66,4 +67,10 @@ doc = [
]

[tool.setuptools.packages.find]
include = ['osier']
include = ['osier']

[tool.pytest.ini_options]
addopts = "--cov=osier tests"

[tool.coverage.report]
fail_under = 75

0 comments on commit 8014a43

Please sign in to comment.