Skip to content

Commit

Permalink
Finally got the html file to work after installing pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidScobie committed Nov 18, 2020
1 parent 2aa4609 commit 3294de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ install:

# command to run tests
script:
- pytest --cov=./
- pytest --cov=./ --cov-report html

Binary file modified week5-testing/__pycache__/times.cpython-38.pyc
Binary file not shown.

1 comment on commit 3294de8

@DavidScobie
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.