Create two GitHub Workflows that include a Codecov job. These Wokflows should trigger for:
[x] Pull Requests
[x] Pushing to Master
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.
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: