-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Enhance the Go-Report card #130 #135
Conversation
The check failed on uploading the codecov report, with this error:
|
Fixes parts of #130 |
This is weird because the token is in the secrets of github. Thanks for this PR. |
I relaunched the job, and it is now failing on an initial step with the error does this commit exist in your branch? @diegobernardes @blackrez it looks like GitHub actions is not that magical after all :))))))) |
} | ||
return gorgonia.Sub(a1, b1) | ||
default: | ||
if len(n.Shape()) != 2 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a lot clearer.
Thanks for the fast response. Yes, it exists here |
I put Travis back (GitHub actions may need a bit more maturity). |
Codecov Report
@@ Coverage Diff @@
## master #135 +/- ##
==========================================
+ Coverage 85.2% 85.24% +0.03%
==========================================
Files 395 395
Lines 10445 10443 -2
==========================================
+ Hits 8900 8902 +2
+ Misses 1338 1335 -3
+ Partials 207 206 -1
Continue to review full report at Codecov.
|
Fix of a big number of report-card issues (except .gitignore)