-
Notifications
You must be signed in to change notification settings - Fork 35
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
[chore] Run lint and test-race GitHub jobs on Windows #466
[chore] Run lint and test-race GitHub jobs on Windows #466
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #466 +/- ##
=======================================
Coverage 63.78% 63.78%
=======================================
Files 39 39
Lines 2267 2267
=======================================
Hits 1446 1446
Misses 677 677
Partials 144 144 ☔ View full report in Codecov by Sentry. |
057ef9a
to
6048726
Compare
Looks like
Related issue with go-git https://www.github.com/go-git/go-git/issues/691 👀 |
I suggest adding something like if runtime.GOOS == "windows" {
t.Skip("diff does not work on Windows. Tracked under: https://github.com/open-telemetry/opentelemetry-go-build-tools/issues/467.")
} to |
Resolves #450
Resloves #451