test/plugin/base_test.rb in fluent-plugin-google-cloud-0.7.27 vs test/plugin/base_test.rb in fluent-plugin-google-cloud-0.7.28

- old
+ new

@@ -10,9 +10,13 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# Enable coveralls for plugin test coverage analysis. +require 'coveralls' +Coveralls.wear! + require 'google/apis' require 'helper' require 'mocha/test_unit' require 'webmock/test_unit' require 'prometheus/client'