Skip to content

Commit

Permalink
Omit airflow._vendor package in coverage report (#18221)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj authored Sep 13, 2021
1 parent 3b2b7e7 commit dd313a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ omit =
airflow/migrations/*
airflow/www/node_modules/**
airflow/ui/node_modules/**
airflow/_vendor/**

[run]
relative_files = True

0 comments on commit dd313a5

Please sign in to comment.