Skip to content

Commit

Permalink
fix: added coverage report part
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh-wednesday committed Dec 6, 2023
1 parent 549abaa commit faa5030
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ Steps:
Refer: [Glue Programming libraries](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-libraries.html)
## Run Tests
## Run Tests & Coverage Report
To run tests in the root of the directory use:
python -m unittest discover -v -s app/tests
coverage run -m unittest discover -v -s app/tests
coverage report

0 comments on commit faa5030

Please sign in to comment.