mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
now that codecov is gone we can remove this (#7222)
This commit is contained in:
parent
d6bf0663a8
commit
9af4b5f04b
3 changed files with 1 additions and 13 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
comment: false
|
||||
coverage:
|
||||
status:
|
||||
patch:
|
||||
default:
|
||||
target: '100'
|
||||
project:
|
||||
default:
|
||||
target: '100'
|
||||
Loading…
Reference in a new issue