We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When run on Windows, the code coverage workflow fails because running the tests fails (this is issue #3).
But when run on ubuntu-latest and macos-latest, the workflows get consistently cancelled before they finish running. See e.g.:
grcov ~ install
Test
The text was updated successfully, but these errors were encountered:
It doesn't look like it's a timeout problem, because GH actions' default timeout is 6 hours, and it isn't overridden in the workflow definition.
Sorry, something went wrong.
76c4714
Merge pull request #41 from uutils/sylvestre-patch-1
f83fccb
Disable the fail fast (closes: #40)
No branches or pull requests
When run on Windows, the code coverage workflow fails because running the tests fails (this is issue #3).
But when run on ubuntu-latest and macos-latest, the workflows get consistently cancelled before they finish running.
See e.g.:
grcov ~ install
step gets cancelledTest
step gets cancelledThe text was updated successfully, but these errors were encountered: