Does Codecov CircleCI Orb support json, xml, or HTML file types?

Hi @jamesbraza, the answer to your second question is a little more complicated. The Orb is basically a wrapper around our bash script. When file is empty, we try to find any files in your git root that might be considered a coverage report. You can see the type of files we look for here.

1 Like