now that codecov is gone we can remove this (#7222)

This commit is contained in:
Paul Kehrer 2022-05-15 05:08:38 +08:00 committed by GitHub
parent d6bf0663a8
commit 9af4b5f04b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 13 deletions

View file

@ -19,6 +19,6 @@ recursive-exclude vectors *
recursive-exclude .github *
exclude release.py .coveragerc codecov.yml .readthedocs.yml dev-requirements.txt tox.ini mypy.ini
exclude release.py .coveragerc .readthedocs.yml dev-requirements.txt tox.ini mypy.ini
recursive-exclude .circleci *

View file

@ -12,9 +12,6 @@ pyca/cryptography
.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main
:target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain
.. image:: https://codecov.io/github/pyca/cryptography/coverage.svg?branch=main
:target: https://codecov.io/github/pyca/cryptography?branch=main
``cryptography`` is a package which provides cryptographic recipes and
primitives to Python developers. Our goal is for it to be your "cryptographic

View file

@ -1,9 +0,0 @@
comment: false
coverage:
status:
patch:
default:
target: '100'
project:
default:
target: '100'