dpguthrie / dbtc

39 stars 12 forks source link

Add webhook methods #77

Closed dpguthrie closed 1 year ago

dpguthrie commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.06 :tada:

Comparison is base (68b731d) 85.68% compared to head (4e8141d) 86.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ========================================== + Coverage 85.68% 86.74% +1.06% ========================================== Files 15 17 +2 Lines 1376 1479 +103 ========================================== + Hits 1179 1283 +104 + Misses 197 196 -1 ``` | [Impacted Files](https://codecov.io/gh/dpguthrie/dbtc/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie) | Coverage Δ | | |---|---|---| | [tests/conftest.py](https://codecov.io/gh/dpguthrie/dbtc/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie#diff-dGVzdHMvY29uZnRlc3QucHk=) | `100.00% <ø> (ø)` | | | [dbtc/cli.py](https://codecov.io/gh/dpguthrie/dbtc/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie#diff-ZGJ0Yy9jbGkucHk=) | `73.83% <100.00%> (+1.64%)` | :arrow_up: | | [dbtc/client/admin.py](https://codecov.io/gh/dpguthrie/dbtc/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie#diff-ZGJ0Yy9jbGllbnQvYWRtaW4ucHk=) | `75.61% <100.00%> (+1.26%)` | :arrow_up: | | [dbtc/models/\_\_init\_\_.py](https://codecov.io/gh/dpguthrie/dbtc/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie#diff-ZGJ0Yy9tb2RlbHMvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [dbtc/models/webhooks.py](https://codecov.io/gh/dpguthrie/dbtc/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie#diff-ZGJ0Yy9tb2RlbHMvd2ViaG9va3MucHk=) | `100.00% <100.00%> (ø)` | | | [tests/test\_cli.py](https://codecov.io/gh/dpguthrie/dbtc/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie#diff-dGVzdHMvdGVzdF9jbGkucHk=) | `100.00% <100.00%> (ø)` | | | [tests/test\_cloud.py](https://codecov.io/gh/dpguthrie/dbtc/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie#diff-dGVzdHMvdGVzdF9jbG91ZC5weQ==) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://codecov.io/gh/dpguthrie/dbtc/pull/77/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Doug+Guthrie) 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 in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.