From 55a1799b42c51e3fcb9bb7288b133e3397fd263e Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Tue, 13 Dec 2022 22:22:01 +0300 Subject: [PATCH] path fix in codecov + run analyze for all branches --- .codecov.yml | 3 +++ .github/workflows/py_analysis-coverage.yml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index cb401da7..1360c0cc 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -12,3 +12,6 @@ coverage: default: target: auto threshold: 2% + +fixes: + - "apps/cloud_py_api/::" diff --git a/.github/workflows/py_analysis-coverage.yml b/.github/workflows/py_analysis-coverage.yml index f7a4d9e6..ff7b80a2 100644 --- a/.github/workflows/py_analysis-coverage.yml +++ b/.github/workflows/py_analysis-coverage.yml @@ -2,7 +2,6 @@ name: (Py)Analysis & Coverage on: pull_request: - branches: [main] types: [opened, edited, reopened, synchronize] paths: - 'nc_py_api/*.*' @@ -10,7 +9,6 @@ on: - 'setup.*' - 'pyproject.toml' push: - branches: [main] paths: - 'nc_py_api/*.*' - 'tests/nc_py_api/**'