From ede51b5d726f7836654915d6fe7c9c7feda62c56 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 17 Apr 2023 16:22:25 +0200 Subject: [PATCH] ci: switch to new codecov uploader (#256) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b95e748..5fc6724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,10 +64,10 @@ sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"] skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*"] [tool.pytest.ini_options] -addopts = "gitbatch --cov=gitbatch --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail" +addopts = "gitbatch --cov=gitbatch --cov-report=xml:coverage.xml --cov-report=term --no-cov-on-fail" filterwarnings = [ "ignore::FutureWarning", - "ignore:.*collections.*:DeprecationWarning", + "ignore::DeprecationWarning", "ignore:.*pep8.*:FutureWarning", ]