Closed samlaf closed 4 months ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 73.37%. Comparing base (
0a37d2f
) to head (4cfae61
).
Files | Patch % | Lines |
---|---|---|
samples/guestbook/localdb/main.go | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Code didn't run on my m1 macbook pro, getting
That's because mysql:5.6 only had a linux/amd64 image (https://hub.docker.com/layers/library/mysql/5.6/images/sha256-897086d07d1efa876224b147397ea8d3147e61dd84dce963aace1d5e9dc2802d?context=explore). Adding the platform flag tells docker to download it anyways, even on a mac.
I always use this trick but honestly not sure why amd64 images run on m1 chips. Maybe there's no meaningful difference? Maybe its because of Rosetta? Or maybe I'll eventually hit a bug because some features are not available when running on different arch?
Please use a title starting with the name of the affected package, or \"all\", followed by a colon, followed by a short summary of the issue. Example:
blob/gcsblob: fix typo in documentation
.Please reference any Issue related to this Pull Request. Example:
Fixes #1
.See here for tips on good Pull Request description.