Skip to content

Commit

Permalink
fix: try orb with no plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Sep 27, 2024
1 parent ff644e1 commit dae21f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- run:
name: Run tests and collect coverage
command: pytest --cov app
- codecov/upload
- codecov/upload:
upload_args: --plugin noop

workflow:
version: 2.1
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,3 @@ jobs:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Delete existing coverage report
run: rm coverage.json

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
file: fake-file.txt
flags: fake
plugins: noop
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit dae21f7

Please sign in to comment.