Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* trying to fix coverage * put the coveralls call in a different job so it happens whether or not there's a failure in the tests * invalid yaml. trying again * trying to add always() so we upload to coveralls even when a test fails https://stackoverflow.com/questions/58858429/how-to-run-a-github-actions-step-even-if-the-previous-step-fails-while-still-f * added github_token, because that's what the error message said to do, but not sure why I have to https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication * added line to see whether .coverage file is being generated * added a cd down to the directory where the coverage report lives
- Loading branch information