You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "codecov-commenter (via GitHub)" <gi...@apache.org> on 2023/04/11 02:32:03 UTC

[GitHub] [apisix-ingress-controller] codecov-commenter commented on pull request #1778: chore: use docker buildkit to cache go build cache

codecov-commenter commented on PR #1778:
URL: https://github.com/apache/apisix-ingress-controller/pull/1778#issuecomment-1502604517

   ## [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1778](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (50b05ca) into [master](https://codecov.io/gh/apache/apisix-ingress-controller/commit/bacb8f8111656b3a765dc71352f43ea244de06f1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (bacb8f8) will **decrease** coverage by `0.01%`.
   > The diff coverage is `21.05%`.
   
   > :exclamation: Current head 50b05ca differs from pull request most recent head 9202e6c. Consider uploading reports for the commit 9202e6c to get more accurate results
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #1778      +/-   ##
   ==========================================
   - Coverage   39.71%   39.71%   -0.01%     
   ==========================================
     Files          92       91       -1     
     Lines        8067     7989      -78     
   ==========================================
   - Hits         3204     3173      -31     
   + Misses       4458     4410      -48     
   - Partials      405      406       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [pkg/api/server.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL2FwaS9zZXJ2ZXIuZ28=) | `50.00% <0.00%> (-32.72%)` | :arrow_down: |
   | [pkg/api/validation/apisix\_plugin\_config.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL2FwaS92YWxpZGF0aW9uL2FwaXNpeF9wbHVnaW5fY29uZmlnLmdv) | `0.00% <0.00%> (ø)` | |
   | [pkg/api/validation/apisix\_route.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL2FwaS92YWxpZGF0aW9uL2FwaXNpeF9yb3V0ZS5nbw==) | `0.00% <0.00%> (-24.60%)` | :arrow_down: |
   | [pkg/api/validation/validator.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL2FwaS92YWxpZGF0aW9uL3ZhbGlkYXRvci5nbw==) | `0.00% <0.00%> (ø)` | |
   | [cmd/ingress/ingress.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y21kL2luZ3Jlc3MvaW5ncmVzcy5nbw==) | `83.33% <100.00%> (+0.14%)` | :arrow_up: |
   | [pkg/api/router/webhook.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL2FwaS9yb3V0ZXIvd2ViaG9vay5nbw==) | `100.00% <100.00%> (ø)` | |
   | [pkg/api/validation/utils.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL2FwaS92YWxpZGF0aW9uL3V0aWxzLmdv) | `48.97% <100.00%> (+16.54%)` | :arrow_up: |
   | [pkg/apisix/schema.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL2FwaXNpeC9zY2hlbWEuZ28=) | `62.26% <100.00%> (ø)` | |
   | [pkg/config/config.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1778?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL2NvbmZpZy9jb25maWcuZ28=) | `64.64% <100.00%> (+0.36%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org