Skip to content

Commit

Permalink
#167: Add codecov dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 18, 2021
1 parent 689c2a1 commit dd223c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ pytest = "^6.1.2"
coverage = {extras = ["toml"], version = "^5.3"}
pytest-cov = "^2.10.1"
pytest-icdiff = "^0.5"
codecov = "^2.1.11"

[tool.poetry.scripts]
datagateway-api = "datagateway_api.src.main:run_api"

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

0 comments on commit dd223c5

Please sign in to comment.