| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #22 +/- ##
==========================================
- Coverage 64.5% 64.43% -0.08%
==========================================
Files 55 55
Lines 9740 9793 +53
==========================================
+ Hits 6283 6310 +27
- Misses 3010 3036 +26
Partials 447 447
Continue to review full report at Codecov.
|
Sorry, something went wrong.
Sorry, something went wrong.
|
@ncw @sbinet |
Sorry, something went wrong.
Since Go 1.8 removed the go tool yacc command, we should update it to use goyacc
|
I am on a train + mobile, so I can't easily check... But is the piece of code you say should be tested, is tested within the same package? (There's probably a way to treat a whole repo like a single code-coverage unit so that parts of pkgA that are tested from pkgB still are counted as tested. But I haven't found it.) |
Sorry, something went wrong.
|
@sbinet |
Sorry, something went wrong.
|
I think that looks fine to me. I had a quick look through the auto generated code and it looks like it has just been tidied up. That may explain the code coverage oddities also since the line count of the generated code has increased. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
- Support auto-generated licence header based on created time. - Add missed case when adding testcases go-python#22
- Support auto-generated license header based on created time. - Add missed case when adding test cases go-python#22
- Support auto-generated license header based on created time. - Add missed case when adding test cases #22
| Back | FazBrowse Home | New Git URL |
Since Go 1.8 removed the go tool yacc command,
we should update it to use goyacc
reference: https://beta.golang.org/doc/go1.8#tool_yacc