coverallsapp / orb

Coveralls CircleCI Orb
https://circleci.com/orbs/registry/orb/coveralls/coveralls
MIT License
2 stars 16 forks source link

Add debug parameter to enable set -x-style debugging throughout entir… #48

Closed afinetooth closed 2 weeks ago

afinetooth commented 2 weeks ago

Fixes #36

Description

Add debug parameter to enable set -x style debugging throughout entire script, including setup steps. The new debug option will replace the verbose param, which is now deprecated. Until then, both debug and verbose do the same two things. They:

  1. Enable set-x style debugging in the script, and then
  2. Add the --debug flag to all coveralls commands to turn on verbose output from the Coveralls API.

To Do