From 09802aedaf06c5e4a54beaf894f4cc090c38e357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sat, 4 Dec 2021 15:51:54 +0100 Subject: [PATCH] CI tweaks --- .github/workflows/tests.yaml | 18 ++++++++++++++++-- codecov.yml | 4 ++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 codecov.yml diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 292fab4..e38830a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,8 +2,22 @@ name: Tests on: - - push - - pull_request + push: + paths: + - supysonic/** + - tests/** + - ci-requirements.txt + - pyproject.toml + - setup.cfg + - setup.py + pull_request: + paths: + - supysonic/** + - tests/** + - ci-requirements.txt + - pyproject.toml + - setup.cfg + - setup.py jobs: build: name: Build diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..35cde5c --- /dev/null +++ b/codecov.yml @@ -0,0 +1,4 @@ +coverage: + status: + project: off + patch: off