indiehd / web-api

GNU Affero General Public License v3.0
6 stars 4 forks source link

Crank-up verbosity for Coveralls binary to troubleshoot #158

Closed cbj4074 closed 4 years ago

cbj4074 commented 4 years ago

I had noticed the change in .env.example, too, but came to the same conclusion, which is that the values have not changed in Homestead to match.

Before we merge this, I want to try something else to fix the Coveralls issue as described in https://github.com/lemurheavy/coveralls-public/issues/1201 .

In looking at the Travis-CI build history, the last build on master says about a year ago, so it does seem as though the unknown coverage on Coveralls may be due to the fact that we're diligent about not pushing directly to master (we submit PRs and merge those instead).

I'm going to push a single change (the same one in this PR) directly to master, which should trigger a build on that branch and we'll see if Coveralls starts displaying a valid coverage value.

cbj4074 commented 4 years ago

Oops, I need to revert those changes in .env.example, as we discussed above, because they don't match what's in travis.yml now.