We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cf21a commit 65dd537Copy full SHA for 65dd537
codecov/__init__.py
@@ -283,6 +283,7 @@ def main(*argv, **kwargs):
283
# http://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables
284
query.update(dict(branch=os.getenv('TRAVIS_BRANCH'),
285
service='travis',
286
+ tag=os.getenv('TRAVIS_TAG'),
287
build=os.getenv('TRAVIS_JOB_NUMBER'),
288
pr=os.getenv('TRAVIS_PULL_REQUEST'),
289
job=os.getenv('TRAVIS_JOB_ID'),
0 commit comments