Skip to content

Commit

Permalink
Fixing two upload for codeclimate test coverage reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielDushime committed May 30, 2024
1 parent a0b5a16 commit 7238c8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
command: npx nyc report --reporter=text-lcov > coverage.lcov
- run:
name: Upload Coverage Report to Code Climate
command : |
./cc-test-reporter format-coverage -t lcov -o coverage/codeclimate.json coverage.lcov
./cc-test-reporter upload-coverage
command : ./cc-test-reporter after-build -t lcov
when: always
- store_artifacts: # upload test coverage as artifact
path: ./coverage/lcov.info
Expand Down

0 comments on commit 7238c8e

Please sign in to comment.