Skip to content

Commit

Permalink
Changed codecov threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandloria committed Apr 15, 2022
1 parent ae54bbe commit 3e8edd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pythonpath = [

[tool.taskipy.tasks]
lint = { cmd = "black gcc_exec socket_service --check;flake8 gcc_exec socket_service --ignore=E501,W503;pylint gcc_exec socket_service", help = "Run the black checks for source code format" }
test = { cmd = "pytest --cov gcc_exec --cov-report xml:coverage.xml", help = "Run the test suite to ensure code correctness" }
test = { cmd = "pytest --cov gcc_exec --cov-report xml:coverage.xml --cov-fail-under 50", help = "Run the test suite to ensure code correctness" }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 3e8edd3

Please sign in to comment.