WildMeOrg / houston

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

pulled out codecov report to new workflow #963

Closed TanyaStere42 closed 8 months ago

TanyaStere42 commented 8 months ago

we are working to update codecov report to update on merge so contributors can successfully pr from forked repos

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>