Skip to content

Commit ca6f19d

Browse files
authored
path fix in codecov + run analyze for all branches (#9)
1 parent 659f8dc commit ca6f19d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ coverage:
1212
default:
1313
target: auto
1414
threshold: 2%
15+
16+
fixes:
17+
- "apps/cloud_py_api/::"

.github/workflows/py_analysis-coverage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ name: (Py)Analysis & Coverage
22

33
on:
44
pull_request:
5-
branches: [main]
65
types: [opened, edited, reopened, synchronize]
76
paths:
87
- 'nc_py_api/*.*'
98
- 'tests/nc_py_api/**'
109
- 'setup.*'
1110
- 'pyproject.toml'
1211
push:
13-
branches: [main]
1412
paths:
1513
- 'nc_py_api/*.*'
1614
- 'tests/nc_py_api/**'

0 commit comments

Comments
 (0)