projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

Add specific packages to be checked for coverage #414

Closed sunjayBhatia closed 3 years ago

sunjayBhatia commented 3 years ago

Also add -race flag

codecov[bot] commented 3 years ago

Codecov Report

Merging #414 (825cd98) into main (48b33e8) will increase coverage by 8.79%. The diff coverage is n/a.

:exclamation: Current head 825cd98 differs from pull request most recent head 85cff4d. Consider uploading reports for the commit 85cff4d to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #414      +/-   ##
==========================================
+ Coverage   62.27%   71.07%   +8.79%     
==========================================
  Files          19       35      +16     
  Lines        1914     2710     +796     
==========================================
+ Hits         1192     1926     +734     
+ Misses        695      636      -59     
- Partials       27      148     +121     
Impacted Files Coverage Δ
internal/objects/rbac.go 60.71% <0.00%> (ø)
internal/objects/serviceaccount/service_account.go 77.08% <0.00%> (ø)
internal/controller/contour/controller.go 57.14% <0.00%> (ø)
cmd/contour-operator.go 0.00% <0.00%> (ø)
internal/objects/gateway/gateway.go 32.75% <0.00%> (ø)
pkg/slice/slice.go 94.73% <0.00%> (ø)
internal/objects/object.go 92.30% <0.00%> (ø)
internal/objects/gatewayclass/gatewayclass.go 21.05% <0.00%> (ø)
internal/objects/gatewayclass/finalizer.go 0.00% <0.00%> (ø)
internal/config/config.go 100.00% <0.00%> (ø)
... and 20 more

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 48b33e8...85cff4d. Read the comment docs.