-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
fix: the number in the github event is of type number #1252
Conversation
The go %s formattig option outputs the type if the given input value is not of type string.
MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
@KnisterPeter this pull request has failed checks 🛠 |
Codecov Report
@@ Coverage Diff @@
## master #1252 +/- ##
==========================================
+ Coverage 57.50% 61.48% +3.97%
==========================================
Files 32 40 +8
Lines 4594 5492 +898
==========================================
+ Hits 2642 3377 +735
- Misses 1729 1845 +116
- Partials 223 270 +47
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
The go
%s
formattig option outputs the type if the given input value is not of type string.Update: The parsed type is float64, therefore we should use float formatting