Skip to content

Commit f9e97ab

Browse files
committed
ci: drop codecov
The test coverage for this project is already locked at 100% via `--cov-fail-under=100`, so codecov is not bringing much value. At the same time it's a frequent point of failure (mainly around credentials management), so just drop it.
1 parent 683d2ab commit f9e97ab

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/tox-test.yml

-12
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,6 @@ jobs:
5151
run: pip install tox
5252
- name: Run Tox
5353
run: tox -e cov
54-
55-
# Codcov Action required installing pytest-cov as it needs coverage.
56-
# The coverage library installed within tox is in virt-env and not
57-
# accessible to Codecov.
58-
- name: Install pytest cov
59-
run: pip install pytest-cov
60-
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v4
62-
with:
63-
token: ${{ secrets.CODECOV_TOKEN }}
64-
fail_ci_if_error: true
65-
verbose: true
6654
docs:
6755
runs-on: ubuntu-latest
6856
steps:

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ A Python client for [Pulp 2.x](https://pulpproject.org/), used by
55
[release-engineering](https://github.com/release-engineering) publishing tools.
66

77
[![Build Status](https://github.com/release-engineering/pubtools-pulplib/actions/workflows/tox-test.yml/badge.svg)](https://github.com/release-engineering/pubtools-pulplib/actions/workflows/tox-test.yml)
8-
[![codecov](https://codecov.io/gh/release-engineering/pubtools-pulplib/branch/master/graph/badge.svg?token=CABMY3WeIB)](https://codecov.io/gh/release-engineering/pubtools-pulplib)
98

109
- [Source](https://github.com/release-engineering/pubtools-pulplib)
1110
- [Documentation](https://release-engineering.github.io/pubtools-pulplib/)

0 commit comments

Comments
 (0)