Skip to content

Commit

Permalink
Fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamtt committed Nov 19, 2023
1 parent 1b3ae93 commit 3618ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prosper-bot"
version = "0.1.0"
version = "0.0.1-pre.18"
description = ""
authors = ["Graham Tibbitts <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -88,7 +88,7 @@ convention = "google"
add_ignore = ['D100', 'D104']

[tool.pytest.ini_options]
addopts = "--cov=prosper_api --cov-report=term-missing --cov-report=lcov:dist/coverage.info --cov-fail-under=0"
addopts = "--cov=prosper_bot --cov-report=term-missing --cov-report=lcov:dist/coverage.info --cov-fail-under=0"
testpaths = "tests"
python_functions = ["*_test", "test_*"]

Expand Down

0 comments on commit 3618ab7

Please sign in to comment.