Skip to content

Commit

Permalink
Remove duplicate repo_token pair
Browse files Browse the repository at this point in the history
  • Loading branch information
killy971 committed Jan 25, 2015
1 parent 9bb589a commit 40f467c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Trace/Hpc/Coveralls.hs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ toCoverallsJson serviceName jobId repoTokenM converter testSuiteCoverageData =
object $ mcons (("repo_token" .=) <$> repoTokenM) base
where base = [
"service_job_id" .= jobId,
"repo_token" .= repoTokenM,
"service_name" .= serviceName,
"source_files" .= toJsonCoverageList testSuiteCoverageData]
toJsonCoverageList = map (uncurry $ coverageToJson converter) . M.toList
Expand Down

0 comments on commit 40f467c

Please sign in to comment.