cicirello / jacoco-badge-generator

Coverage badges, and pull request coverage checks, from JaCoCo reports in GitHub Actions
https://actions.cicirello.org/jacoco-badge-generator/
MIT License
101 stars 42 forks source link

Added alternate entry point for running as CLI utility outside of GitHub Actions #66

Closed cicirello closed 2 years ago

cicirello commented 2 years ago

Summary

Added an alternate entry point for running as CLI utility, specifically via the main.py. Thus, running as command line utility outside of GitHub Actions, such as in a local build script, involves running the module with the -m flag.

Closing Issues

Closes #65

Types of changes

NOTE

Deliberately didn't edit documentation to document this new functionality yet. Leaving #40 open for this reason. Need to simplify process for installing as a command-line utility first.