dheerajturaga opened a new pull request, #61023:
URL: https://github.com/apache/airflow/pull/61023
The check-airflowctl-command-coverage pre-commit hook was not being
triggered when files in the airflow-ctl-tests/ directory were modified.
This meant that changes to integration tests could be committed without
verifying that all airflowctl CLI commands had test coverage.
Root cause:
The hook was only defined in airflow-ctl/.pre-commit-config.yaml with
file patterns attempting to match ../airflow-ctl-tests/ paths. However,
prek subproject configs cannot reference files in sibling directories
using relative paths - they can only match files within their own
directory tree.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]