Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
We have shifted to our own coverage solutions instead of a third party
  • Loading branch information
kevincarrogan committed Feb 14, 2024
1 parent b8ee2c1 commit 3959841
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ commands:
root: coverage-output
paths:
- .coverage.*
- run:
name: Code coverage report
command: |
pipenv run coverage xml
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov

build_api_image:
parameters:
Expand Down

0 comments on commit 3959841

Please sign in to comment.