Skip to content

Commit

Permalink
Fix #1253: [Bug, UX] Badly-formatted commands in dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trentmc authored Jun 19, 2024
1 parent 2fd41c0 commit b84da3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions READMEs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ pylint --rcfile .pylintrc * pdr_backend/*
mypy --config-file mypy.ini ./
```

=======
Check code coverage:
### Local Usage: Check code coverage

In work console:

```console
coverage run --omit="*test*" -m pytest # Run all. For subset, add eg: pdr_backend/lake
Expand Down

0 comments on commit b84da3c

Please sign in to comment.