Skip to content

Commit

Permalink
👷 Revert "Add Codecov to CI, Smokeshow/Cloudflare has been flaky late…
Browse files Browse the repository at this point in the history
…ly (#1303)" (#1306)

Revert " 👷 Add Codecov to CI, Smokeshow/Cloudflare has been flaky lately (#1303)"

This reverts commit 759220d.
  • Loading branch information
svlandeg authored Feb 21, 2025
1 parent b8ded9b commit a1fdc57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,13 @@ jobs:
env:
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
# TODO: if removing Smokeshow, and moving only to Codecov, remove this
# Upload files before running Codecov, as it generates an extra file coverage/coverage.xml, and that breaks coverage-combine
- name: Store coverage files
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
path: coverage
include-hidden-files: true
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./coverage.xml
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

# TODO: if removing Smokeshow, and moving only to Codecov, remove this
coverage-combine:
needs:
- test
Expand Down
1 change: 0 additions & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ coverage run -m pytest tests
coverage combine
coverage report
coverage html
coverage xml

0 comments on commit a1fdc57

Please sign in to comment.