Skip to content

Commit 65dd537

Browse files
committed
[+] upload version tags
1 parent 01cf21a commit 65dd537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codecov/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def main(*argv, **kwargs):
283283
# http://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables
284284
query.update(dict(branch=os.getenv('TRAVIS_BRANCH'),
285285
service='travis',
286+
tag=os.getenv('TRAVIS_TAG'),
286287
build=os.getenv('TRAVIS_JOB_NUMBER'),
287288
pr=os.getenv('TRAVIS_PULL_REQUEST'),
288289
job=os.getenv('TRAVIS_JOB_ID'),

0 commit comments

Comments
 (0)