Skip to content

Commit

Permalink
codecov fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarob96 committed May 23, 2019
1 parent 3087508 commit 3cdc09c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 53 deletions.
97 changes: 45 additions & 52 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- pip install codecov==2.0.15

script:
- coverage run investpy
- coverage run tests/test_investpy.py

after_success:
- codecov

0 comments on commit 3cdc09c

Please sign in to comment.