dpguthrie / dbtc

39 stars 12 forks source link

Fix bug in get_project_by_name method #52

Closed dpguthrie closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 84.09% // Head: 84.19% // Increases project coverage by +0.10% :tada:

Coverage data is based on head (b67adcf) compared to base (6176c48). Patch coverage: 83.33% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ========================================== + Coverage 84.09% 84.19% +0.10% ========================================== Files 13 13 Lines 1232 1234 +2 ========================================== + Hits 1036 1039 +3 + Misses 196 195 -1 ``` | [Impacted Files](https://codecov.io/gh/dpguthrie/dbtc/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie) | Coverage Δ | | |---|---|---| | [dbtc/client/admin.py](https://codecov.io/gh/dpguthrie/dbtc/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie#diff-ZGJ0Yy9jbGllbnQvYWRtaW4ucHk=) | `74.75% <83.33%> (+0.37%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dpguthrie commented 1 year ago

Closes #51