File tree Expand file tree Collapse file tree
lib/test_summary_buildkite_plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ v1.10.0] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.9.1...v1.10.0 ) - 2019-10-12
10+ - Support TAP version 12 plus skipped and TODO tests [ #54 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/54 )
11+
912## [ v1.9.1] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.9.0...v1.9.1 ) - 2019-05-30
1013- Fix Checkstyle formatter to be more tolerant of optional attributes [ #52 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/52 )
1114
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Add a build step using the test-summary plugin:
5757` ` ` yaml
5858 - label : annotate
5959 plugins :
60- - bugcrowd/test-summary#v1.9.1 :
60+ - bugcrowd/test-summary#v1.10.0 :
6161 inputs :
6262 - label : rspec
6363 artifact_path : artifacts/rspec*
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module TestSummaryBuildkitePlugin
4- VERSION = '1.9.1 '
4+ VERSION = '1.10.0 '
55end
You can’t perform that action at this time.
0 commit comments