From 64763b766e245d488a68c1755bdb3d42234d38c8 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Sun, 23 Jun 2024 10:39:04 +0900 Subject: [PATCH 1/4] remove coverall file --- coveralls.bash | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 coveralls.bash diff --git a/coveralls.bash b/coveralls.bash deleted file mode 100755 index a532bb37..00000000 --- a/coveralls.bash +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -ex -# -# Run coverage tests and send results to Coveralls. - -pip install --quiet coverage -make coverage -pip install --quiet coveralls -coveralls From 432d07e2383cdfc7c5722dff911b3266e213cd2a Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Sun, 23 Jun 2024 12:00:20 +0900 Subject: [PATCH 2/4] remove --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ea2de6f1..ac7ad60c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,7 +18,6 @@ recursive-exclude test/suite/out *.py exclude .travis.yml exclude CONTRIBUTING.rst exclude Makefile -exclude coveralls.bash exclude hooks exclude hooks/pre-push exclude install_hooks.bash From be711685c95075f42ad7b170a1ddb520f9f4dfa0 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Sun, 23 Jun 2024 12:00:35 +0900 Subject: [PATCH 3/4] fix link, use codecov --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 072c0262..23e15885 100644 --- a/README.rst +++ b/README.rst @@ -436,9 +436,9 @@ Links * PyPI_ * GitHub_ * `Travis CI`_ -* Coveralls_ +* Codecov_ .. _PyPI: https://pypi.org/project/autopep8/ .. _GitHub: https://github.com/hhatto/autopep8 .. _`Travis CI`: https://travis-ci.org/hhatto/autopep8 -.. _`Coveralls`: https://coveralls.io/r/hhatto/autopep8 +.. _`Codecov`: https://app.codecov.io/gh/hhatto/autopep8 From 87debd2bdf212edfbaa311c7290ad207d27d5f09 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Sun, 23 Jun 2024 12:08:25 +0900 Subject: [PATCH 4/4] add codecov setting file --- .codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..236a6f1d --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + threshold: 1%