From ce9e391c7ee4900f5c8d77d5466ff53ed1b61283 Mon Sep 17 00:00:00 2001 From: wbond Date: Thu, 21 May 2020 11:37:20 -0400 Subject: Disable uploading coverage reports to codecov since it is a constant thorn in my side --- codecov.json | 3 ++- readme.md | 11 ++++++----- 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 -- cgit v1.2.3