X Tutup
The Wayback Machine - https://web.archive.org/web/20201020031157/https://github.com/google/mtail/issues/290
Skip to content
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 code coverage generation #290

Open
jaqx0r opened this issue Jan 28, 2020 · 0 comments
Open

Fix code coverage generation #290

jaqx0r opened this issue Jan 28, 2020 · 0 comments
Labels

Comments

@jaqx0r
Copy link
Contributor

@jaqx0r jaqx0r commented Jan 28, 2020

Per golang/go#35781 this is broken in mtail for go 1.13.

Possible fixes:

  • fix the above bug and leave mtail as it is
  • change mtail to use a different coverage system (codecov.io was suggested by @SuperQ)
jaqx0r added a commit that referenced this issue Jan 28, 2020
This didn't fix issue #290

This reverts commit 3773d98.
jaqx0r added a commit that referenced this issue Jan 28, 2020
@jaqx0r jaqx0r added the process label Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup