lib/simplecov-teamcity-summary/formatter.rb in simplecov-teamcity-summary-0.1.2 vs lib/simplecov-teamcity-summary/formatter.rb in simplecov-teamcity-summary-1.0.0

- old
+ new

@@ -13,10 +13,9 @@ def format_teamcity(simplecov_results) <<-eos ##teamcity[blockOpened name='Code Coverage Summary'] -##teamcity[buildStatisticValue key='CodeCoverageL' value='#{simplecov_results.covered_percent}'] ##teamcity[buildStatisticValue key='CodeCoverageAbsLCovered' value='#{simplecov_results.covered_lines}'] ##teamcity[buildStatisticValue key='CodeCoverageAbsLTotal' value='#{simplecov_results.total_lines}'] ##teamcity[blockClosed name='Code Coverage Summary'] eos end