File: test_coverage.rb

package info (click to toggle)
ruby-fog-google 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,536 kB
  • sloc: ruby: 16,449; sh: 31; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
require "helpers/integration_test_helper"

# This is a simple coverage helper that helps differentiate
# the tests when run in parallel so the final coverage report
# can be properly combined together from multiple runners
SimpleCov.command_name "test:pubsub" if ENV["COVERAGE"]