ashleawalker29 / ptcg_inventory

http://ptcg-inventory.herokuapp.com/index
1 stars 0 forks source link

[FEATURE] GitHub Workflow Codecov #30

Closed ashleawalker29 closed 4 years ago

ashleawalker29 commented 4 years ago

Detailed Description

Create two GitHub Workflows that include a Codecov job. These Wokflows should trigger for:

Context

This ensures that the code being merged into master is of high quality and that there are sufficient tests to cover all of the code. It also ensures that bad code does not accidentally get past a pull request.

Possible Implementation

See python_algorithms for its implementation of this job.

At the very least, this job should include: