Skip to content

Commit

Permalink
Merge pull request #908 from microbiomedata/test-coverage
Browse files Browse the repository at this point in the history
Add test coverage to pytest
  • Loading branch information
eecavanna authored Feb 15, 2025
2 parents 537fed5 + 0c7b506 commit 4fdd966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_runtime/test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ ENV PYTHONFAULTHANDLER=1

# uncomment line below to stop after first test failure:
# https://docs.pytest.org/en/6.2.x/usage.html#stopping-after-the-first-or-n-failures
ENTRYPOINT [ "./wait-for-it.sh", "fastapi:8000" , "--strict" , "--timeout=300" , "--" , "pytest"]
ENTRYPOINT [ "./wait-for-it.sh", "fastapi:8000" , "--strict" , "--timeout=300" , "--" , "pytest", "--cov=nmdc_runtime"]

0 comments on commit 4fdd966

Please sign in to comment.