Skip to content

Commit

Permalink
Fix code coverage for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Mar 10, 2022
1 parent f8d98e1 commit 144169d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ pip install -e .

### Codes

`DB100` - print function is forbidden.
`DB200` - breakpoint function is forbidden.
`DB201` - breakpointhook function is forbidden.
`DB300` - set_trace function is forbidden.
- `DB100` - print function is detected.
- `DB200` - breakpoint function is detected.
- `DB201` - breakpointhook function is detected.
- `DB300` - set_trace function is detected.

### Sample

Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ python_files=*.py
python_functions=test_*
addopts = -rsxX
-v
--cov=flake8_no_print
--cov=flake8_debug
--cov-report=xml

0 comments on commit 144169d

Please sign in to comment.