skeleton-python-library icon indicating copy to clipboard operation
skeleton-python-library copied to clipboard

Use the `coveralls/github-action` action

Open mcdonnnj opened this issue 7 months ago โ€ข 1 comments

๐Ÿ—ฃ 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.

mcdonnnj avatar Mar 26 '25 14:03 mcdonnnj