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
long?
string
JobId
Tools.CoverallsNet
When passing the GitHubActions.RunId as JobId.. that does not work anymore.. since the run id is beyond int.MaxValue.
GitHubActions.RunId
int.MaxValue
No response
Maybe.. How does the CoverallsNet.Generated.cs generates? Do I only need to change int to long and rebuild?
CoverallsNet.Generated.cs
int
long
The text was updated successfully, but these errors were encountered:
The main problem here is the overflow that happens.
To avoid this string would be enough.. because on CLI it is just string
Sorry, something went wrong.
ITaluone
Successfully merging a pull request may close this issue.
Description
When passing the
GitHubActions.RunId
asJobId
.. that does not work anymore.. since the run id is beyondint.MaxValue
.Usage Example
No response
Alternative
No response
Could you help with a pull-request?
Maybe.. How does the
CoverallsNet.Generated.cs
generates? Do I only need to changeint
tolong
and rebuild?The text was updated successfully, but these errors were encountered: