Skip to content

Commit 4a16553

Browse files
committed
add codecov section
1 parent d928714 commit 4a16553

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Diff for: .coveragerc

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ omit =
1111
*/bin/luigidc
1212
hadoop_test.py
1313
minicluster.py
14+
1415
[run]
1516
parallel=True
1617
concurrency=multiprocessing

Diff for: .github/workflows/pythonbuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ jobs:
198198
COVERAGE_PROCESS_START: .coveragerc
199199
run: |
200200
pip install codecov
201-
codecov -e ${{ matrix.tox-env }}
201+
codecov -e ${{ matrix.tox-env }}

Diff for: codecov.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
codecov:
2+
require_ci_to_pass: yes
3+
notify:
4+
after_n_builds: 24
5+
wait_for_ci: yes
6+
17
coverage:
28
precision: 2 # Just copied from default
39
round: down # Just copied from default
@@ -28,9 +34,5 @@ coverage:
2834
- "luigi/contrib/mrrunner.py"
2935
- "luigi/contrib/kubernetes.py"
3036

31-
require_ci_to_pass: yes
32-
notify:
33-
after_n_builds: 24
34-
wait_for_ci: yes
3537
# For luigi we do not want any comments
3638
comment: false

0 commit comments

Comments
 (0)