Closed davemooreuws closed 8 months ago
Attention: Patch coverage is 0%
with 9 lines
in your changes are missing coverage. Please review.
Project coverage is 1.34%. Comparing base (
ae21790
) to head (07122fd
).
Files | Patch % | Lines |
---|---|---|
pkg/project/service.go | 0.00% | 9 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
If it's only a windows issue, should you only filter if windows is detected? Also maybe debug log which environment variables are being filtered out, might cause issues if a dev expects it to exist.
If it's only a windows issue, should you only filter if windows is detected? Also maybe debug log which environment variables are being filtered out, might cause issues if a dev expects it to exist.
Could potentially happen on other platforms. Windows it just happens OOTB.
:tada: This PR is included in version 1.35.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
apis are not being deployed correctly from windows due to conflicting os env vars being sent into the container. This could be an issue anywhere.