You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ephraimbuddy (via GitHub)" <gi...@apache.org> on 2023/10/23 13:22:47 UTC

[I] Improve Code Coverage for Airflow [airflow]

ephraimbuddy opened a new issue, #35127:
URL: https://github.com/apache/airflow/issues/35127

   ### Description
   
   Airflow code coverage is currently at an impressive 84% but we would like to improve the code coverage and get to at least 95%. 
   This is a call to help improve the code coverage by adding the missing tests.
   
   You can use the code coverage tool to find modules to improve. Here is the link to the documentation: https://github.com/apache/airflow/blob/main/TESTING.rst#code-coverage.
   
   
   PRs should be per module
   
   
   
   
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Improve Code Coverage for Airflow [airflow]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #35127:
URL: https://github.com/apache/airflow/issues/35127#issuecomment-1793746933

   Hey @ephraimbuddy - I added a comment in the issue description.
   
   > Also you might want to have a look at https://github.com/apache/airflow/issues/35442 - we had a "project structure" test that was supposed to detect modules that do not have corresponding tests and fail our build in this case. This test has been however broken for a long time and we have many missing modules on the list.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org