WildMeOrg / houston

The backend API service for NextGen Wildbook
https://wildme.org
MIT License
8 stars 15 forks source link

remove slack build notifications #958

Closed TanyaStere42 closed 8 months ago

TanyaStere42 commented 8 months ago

Wild Me no longer leverages the slack integration for the build notifications, so removing the workflow noise

Pull Request Overview


Review Notes

Model Updates [OPTIONAL]

ExampleModel

Database Updates [OPTIONAL]

Specify any new/modified/removed database tables

REST API Updates [OPTIONAL]

A new example POST API is defined with its expected parameters, if needed to be specified for a thorough review

[POST] /api/v1/module/endpoint/
{
    'example_attribute': 'example',
}

Invoke CLI Updates [OPTIONAL]

Here is an example invoke that shows the new functionality

$ invoke app.module.task
<copy relevant terminal output>
codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (813a459) 73.3% compared to head (0e01485) 73.5%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/WildMeOrg/houston/pull/958/graphs/tree.svg?width=650&height=150&src=pr&token=M8MR14ED6V&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg)](https://app.codecov.io/gh/WildMeOrg/houston/pull/958?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg) ```diff @@ Coverage Diff @@ ## main #958 +/- ## ======================================= + Coverage 73.3% 73.5% +0.1% ======================================= Files 238 242 +4 Lines 23566 23873 +307 Branches 4287 4347 +60 ======================================= + Hits 17296 17559 +263 - Misses 5005 5027 +22 - Partials 1265 1287 +22 ``` [see 10 files with indirect coverage changes](https://app.codecov.io/gh/WildMeOrg/houston/pull/958/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/WildMeOrg/houston/pull/958?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/WildMeOrg/houston/pull/958?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg). Last update [813a459...0e01485](https://app.codecov.io/gh/WildMeOrg/houston/pull/958?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg).