Skip to content

Commit 041b15a

Browse files
committed
updated codecov. added GitHub Releases
1 parent 36e9f94 commit 041b15a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
include:
2323
- stage: upload test coverage
2424
install:
25-
- pip install codecov
25+
- pip install pytest pytest-cov codecov
2626
script:
27+
- pytest --cov=./
2728
- codecov
2829

2930
- stage: deploy documentation
@@ -53,3 +54,11 @@ jobs:
5354
branch: master
5455
tags: true
5556

57+
- stage: update GitHub releases
58+
deploy:
59+
provider: releases
60+
api_key: $GITHUB_TOKEN
61+
draft: true
62+
on:
63+
branch: master
64+
tags: true

0 commit comments

Comments
 (0)