[AIRFLOW-XXX] Omit vendor packages from being covered by codecov#5013
[AIRFLOW-XXX] Omit vendor packages from being covered by codecov#5013Fokko merged 1 commit intoapache:masterfrom
Conversation
|
I working on tests for example dags |
|
Oh, I see. So you think we should keep the coverage for example_dags? BTW the automatic code ingestion in the docs looks awesome 👍 |
|
Think it is nice to include exampels if we have 100% coverage there but don't think that is strictly needed. |
|
I know that (at least some) DAGs are used in the tests, but having coverage would be nice here. I'm not really interested in artificially increasing the code coverage, as I strongly believe it is a vanity metric. |
|
@feluelle Did you push? I still see the exclusions of the dags folders. |
Codecov Report
@@ Coverage Diff @@
## master #5013 +/- ##
==========================================
+ Coverage 76.23% 76.75% +0.52%
==========================================
Files 466 450 -16
Lines 30101 29514 -587
==========================================
- Hits 22948 22654 -294
+ Misses 7153 6860 -293Continue to review full report at Codecov.
|
|
@Fokko I didn't had time. I did now (and rebased onto master). |
|
Thanks @feluelle |
Make sure you have checked all steps below.
Jira
Description
The
_vendorpackages contains modules that are not directly part of airflow itself. Because of that I think we don't have to check its code coverage.For
example_dagsI think there is also no need to add tests to.Tests
Commits
Documentation
Code Quality
flake8