mennanov / fieldmask-utils

Protobuf Field Mask Go utils
MIT License
229 stars 26 forks source link

Move test.proto to inside the testproto to match its import path #12

Closed kalbasit closed 4 years ago

kalbasit commented 4 years ago

Using Bazel, I get the following warning message:

DEBUG: /yl/.cache/ktmr/bazel/9def0055b56976c92c7b807b8f15df58/external/bazel_gazelle/internal/go_repository.bzl:184:13: com_github_mennanov_fieldmask_utils: gazelle: rule //:go_default_test imports "github.com/mennanov/fieldmask-utils/testproto" which matches multiple rules: //testproto:go_default_library and //:testproto_go_proto. # gazelle:resolve may be used to disambiguate

This commit moves the test.proto file into the testproto directory to better match its declared import path of github.com/mennanov/fieldmask-utils/testproto

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   86.75%   86.75%           
=======================================
  Files           2        2           
  Lines         317      317           
=======================================
  Hits          275      275           
  Misses         22       22           
  Partials       20       20           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f968dcf...9ad1ad2. Read the comment docs.