Skip to content

Commit

Permalink
Correct coverage test command
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsamuelwrites committed Jan 22, 2022
1 parent 609fd9e commit 617f05c
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 @@ -133,7 +133,7 @@ $ python3 -m tests.tests

Code coverage report can also be generated by running the unit tests using the coverage tool.
```
$ coverage run --source=shexstatements -m unittest tests.test
$ coverage run --source=shexstatements -m unittest tests.tests
$ coverage report -m
```

Expand Down

0 comments on commit 617f05c

Please sign in to comment.