Skip to content

Commit

Permalink
removing codecov because it now requires payment
Browse files Browse the repository at this point in the history
  • Loading branch information
romatik committed Feb 19, 2024
1 parent eb8dbbd commit 99bb855
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 43 deletions.
19 changes: 0 additions & 19 deletions .github/codecov.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,29 +140,6 @@ jobs:
- name: Run pytest
run: pytest --cov-report xml:coverage-${{ matrix.python-version }}.xml --junitxml=test-results-${{ matrix.python-version }}.xml

# - name: Upload pytest test results artifact
# uses: actions/upload-artifact@v4
# with:
# name: pytest-results-${{ matrix.python-version }}
# path: test-results-${{ matrix.python-version }}.xml
# # Use always() to always run this step to publish test results when there are test failures
# if: ${{ always() }}

# - name: Upload coverage results artifact
# uses: actions/upload-artifact@v4
# with:
# name: pytest-coverage-${{ matrix.python-version }}
# path: coverage-${{ matrix.python-version }}.xml
# # Use always() to always run this step to publish test results when there are test failures
# if: ${{ always() }}

# - name: Publish coverage results to Codecov
# uses: codecov/codecov-action@v4
# with:
# file: coverage-${{ matrix.python-version }}.xml
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}

verify-wheel:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Dropped Python 3.8 support because multiple major packages dropped support for it
- Added support for Python 3.11
- Removed codecov support as it now requires paying for it if you are part of an organization

## [0.4.0]

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![codecov](https://codecov.io/gh/wayfair-incubator/extra-model/branch/main/graph/badge.svg?token=HXSGN5IUzu)](https://codecov.io/gh/wayfair-incubator/extra-model)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![GitHub license](https://img.shields.io/github/license/wayfair-incubator/extra-model)](https://github.com/wayfair-incubator/extra-model/blob/main/LICENSE)
Expand Down

0 comments on commit 99bb855

Please sign in to comment.