diff options
| author | a14m <[email protected]> | 2020-12-14 14:17:39 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-14 14:17:39 +0100 |
| commit | 67de73f67ea4f7afeb68829fb510065ed8d41159 (patch) | |
| tree | 9b0084e9e2a6d220e8042316eae89343f71d9bf2 /CLI/ruby/spec | |
| parent | 628e5e81596892cadfd5b5dea46001556b6a7d49 (diff) | |
Add codecov integration
Diffstat (limited to 'CLI/ruby/spec')
| -rw-r--r-- | CLI/ruby/spec/spec_helper.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CLI/ruby/spec/spec_helper.rb b/CLI/ruby/spec/spec_helper.rb index 890ca34..0c453de 100644 --- a/CLI/ruby/spec/spec_helper.rb +++ b/CLI/ruby/spec/spec_helper.rb @@ -1,5 +1,11 @@ # frozen_string_literal: true +require "simplecov" +SimpleCov.start + +require "codecov" +SimpleCov.formatter = SimpleCov::Formatter::Codecov if ENV["CODECOV_TOKEN"] + require "bundler/setup" require "game_of_life" |
