skeleton-python-library
skeleton-python-library copied to clipboard
Use the `coveralls/github-action` action
๐ฃ Description
This pull request changes the Coveralls code coverage upload method from running coveralls on the command line to using the coverallsapp/github-action action.
๐ญ Motivation and context
Since we only use code coverage reports on GitHub it makes sense to leverage the GitHub action instead of managing coverage uploads ourselves.
๐งช Testing
Automated tests pass.
โ Pre-approval checklist
- [x] This PR has an informative and human-readable title.
- [x] Changes are limited to a single goal - eschew scope creep!
- [x] All relevant type-of-change labels have been added.
- [x] I have read the CONTRIBUTING document.
- [x] These code changes follow cisagov code standards.
- [x] All new and existing tests pass.