Skip to content

Commit 6692ee4

Browse files
committed
disable codecov
1 parent 8ba5f70 commit 6692ee4

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
python -m pip install cryptography trio idna httpx h2 aioquic mypy pytest pytest-cov ruff
51+
python -m pip install cryptography trio idna httpx h2 aioquic mypy pytest ruff
5252
- name: Typecheck
5353
run: |
5454
python -m mypy --install-types --non-interactive --disallow-incomplete-defs dns
@@ -57,12 +57,4 @@ jobs:
5757
ruff check dns
5858
- name: Test with pytest
5959
run: |
60-
pytest --cov=dns --cov-branch --cov-report=xml:coverage.xml
61-
- name: Upload coverage to Codecov
62-
uses: codecov/codecov-action@v4
63-
with:
64-
files: ./coverage.xml
65-
flags: unittests
66-
name: codecov-umbrella
67-
env:
68-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
60+
pytest

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Documentation Status](https://readthedocs.org/projects/dnspython/badge/?version=latest)](https://dnspython.readthedocs.io/en/latest/?badge=latest)
55
[![PyPI version](https://badge.fury.io/py/dnspython.svg)](https://badge.fury.io/py/dnspython)
66
[![License: ISC](https://img.shields.io/badge/License-ISC-brightgreen.svg)](https://opensource.org/licenses/ISC)
7-
[![Coverage](https://codecov.io/github/rthalley/dnspython/coverage.svg?branch=master)](https://codecov.io/github/rthalley/dnspython)
87
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
98

109
## INTRODUCTION

codecov.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)