Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #405 from codecov/use-codecov-formatter
Browse files Browse the repository at this point in the history
Use codecov formatter
  • Loading branch information
thomasrockhu committed Jan 27, 2021
2 parents 5de0eef + 23fcb3b commit d4071a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
command: |
gem install json
gem install simplecov
gem install simplecov-cobertura
gem install codecov
gem install bashcov
- shellcheck/install
- run:
Expand All @@ -30,7 +30,7 @@ jobs:
- run:
name: Upload Codecov
command: |
bash ./codecov -s coverage -Z
bash ./codecov -z coverage/codecov-result.json -Z
- store_artifacts:
path: coverage
deploy:
Expand Down
4 changes: 2 additions & 2 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'codecov'
require 'simplecov'
require 'simplecov-cobertura'

SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
SimpleCov.formatter = Codecov::SimpleCov::Formatter

0 comments on commit d4071a2

Please sign in to comment.