Skip to content

Commit

Permalink
added coverage files and folders to gitignore, and modified the code …
Browse files Browse the repository at this point in the history
…snippet in tests/README.md
  • Loading branch information
adamstok committed Oct 6, 2020
1 parent 988c259 commit bfdf58a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.idea/
**/__pycache__
venv/
# Guard against commiting generated ascii files
# Guard against committing generated ascii files
*.txt
!requirements.txt
# Guard against committing test coverage files and folders
tests/htmlcov/
tests/.coverage

2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See the report:
`coverage report`

See the report in html with a view of what was tested:
```cov
```
coverage html
(this command will create a folder 'htmlcov' with the test report in html)
```

0 comments on commit bfdf58a

Please sign in to comment.