Skip to content

Commit 6f4f7d3

Browse files
author
whitequark
committedOct 26, 2017
Fix incorrect format of .coveralls.yml.
1 parent 1e9ebe0 commit 6f4f7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎master.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def addCoverallsUploadSteps(factory, repo_token):
444444
description = 'configuring',
445445
descriptionDone = 'configure',
446446
descriptionSuffix = 'coveralls',
447-
s = WithProperties('{"service_job_id":"%(revision)s"}'),
447+
s = WithProperties('service_job_id: "%(got_revision)s"'),
448448
slavedest = '.coveralls.yml',
449449
locks = default_locks))
450450

0 commit comments

Comments
 (0)