aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2020-05-21 11:37:20 -0400
committerwbond <will@wbond.net>2020-05-21 11:37:20 -0400
commitce9e391c7ee4900f5c8d77d5466ff53ed1b61283 (patch)
treefa00fb7b403841c55615e4bd85cdc6246be46173
parent116f2e5eb6d4c989418f57b0b3748ce0edfc1554 (diff)
downloadplatform_external_python_asn1crypto-ce9e391c7ee4900f5c8d77d5466ff53ed1b61283.tar.gz
platform_external_python_asn1crypto-ce9e391c7ee4900f5c8d77d5466ff53ed1b61283.tar.bz2
platform_external_python_asn1crypto-ce9e391c7ee4900f5c8d77d5466ff53ed1b61283.zip
Disable uploading coverage reports to codecov since it is a constant thorn in my side
-rw-r--r--codecov.json3
-rw-r--r--readme.md11
2 files changed, 8 insertions, 6 deletions
diff --git a/codecov.json b/codecov.json
index 2bec947..ad045a7 100644
--- a/codecov.json
+++ b/codecov.json
@@ -1,4 +1,5 @@
{
"slug": "wbond/asn1crypto",
- "token": "98876f5e-6517-4def-85ce-c6e508eee35a"
+ "token": "98876f5e-6517-4def-85ce-c6e508eee35a",
+ "disabled": true
}
diff --git a/readme.md b/readme.md
index 5f05a4e..eff232e 100644
--- a/readme.md
+++ b/readme.md
@@ -19,7 +19,6 @@ A fast, pure Python library for parsing and serializing ASN.1 structures.
[![Travis CI](https://api.travis-ci.org/wbond/asn1crypto.svg?branch=master)](https://travis-ci.org/wbond/asn1crypto)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/wbond/asn1crypto?branch=master&svg=true)](https://ci.appveyor.com/project/wbond/asn1crypto)
[![CircleCI](https://circleci.com/gh/wbond/asn1crypto.svg?style=shield)](https://circleci.com/gh/wbond/asn1crypto)
-[![Codecov](https://codecov.io/gh/wbond/asn1crypto/branch/master/graph/badge.svg)](https://codecov.io/gh/wbond/asn1crypto)
[![PyPI](https://img.shields.io/pypi/v/asn1crypto.svg)](https://pypi.org/project/asn1crypto/)
## Features
@@ -156,10 +155,12 @@ links to the source for the various pre-defined type classes.
## Continuous Integration
- - [Windows](https://ci.appveyor.com/project/wbond/asn1crypto/history) via AppVeyor
- - [OS X](https://circleci.com/gh/wbond/asn1crypto) via CircleCI
- - [Linux](https://travis-ci.org/wbond/asn1crypto/builds) via Travis CI
- - [Test Coverage](https://codecov.io/gh/wbond/asn1crypto/commits) via Codecov
+Various combinations of platforms and versions of Python are tested via:
+
+ - [AppVeyor](https://ci.appveyor.com/project/wbond/asn1crypto/history)
+ - [CircleCI](https://circleci.com/gh/wbond/asn1crypto)
+ - [GitHub Actions](https://github.com/wbond/asn1crypto/actions)
+ - [Travis CI](https://travis-ci.org/wbond/asn1crypto/builds)
## Testing