Skip to content

Commit

Permalink
Update README.md (#439)
Browse files Browse the repository at this point in the history
Update command to run tests locally without postgres
  • Loading branch information
rohitvinnakota-codecov authored Mar 7, 2024
1 parent 06d6a52 commit 2dc2d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This service will startup when you run codecov.io normally. It is under that `ap
The easiest way to run tests (that doesn't require installing postgres and other dependencies) is to run inside of docker:

docker-compose up
docker exec -it codecov-api_api_1 pytest -rf
docker exec -it codecov-api_api_1 pytest -rf --no-migrations

### Testing standalone

Expand Down

0 comments on commit 2dc2d60

Please sign in to comment.