astronomer / astro-cli

CLI that makes it easy to create, test and deploy Airflow DAGs to Astronomer
https://www.astronomer.io
Other
350 stars 70 forks source link

Update dagintegritytestdefault.py #1661

Open sunkickr opened 4 months ago

sunkickr commented 4 months ago

Description

The new test fails when the file ".astro/dag_integrity_exceptions.txt" does not exist because we do not handle that case in the test code. This PR fixes that issue

๐ŸŽŸ Issue(s)

Related #XXX

๐Ÿงช Functional Testing

Tested manually

๐Ÿ“ธ Screenshots

Screenshot 2024-06-05 at 10 12 10 AM

๐Ÿ“‹ Checklist

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.65%. Comparing base (d705171) to head (8920cfa).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1661 +/- ## ======================================= Coverage 86.65% 86.65% ======================================= Files 114 114 Lines 16712 16712 ======================================= Hits 14481 14481 Misses 1338 1338 Partials 893 893 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.