Skip to content

Merge branch 'main' into feat_test_report_key

0f333ac
Select commit
Loading
Failed to load commit list.
Draft

feat(test reports): test_report key functionality #1278

Merge branch 'main' into feat_test_report_key
0f333ac
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 14, 2025 in 0s

56.65% (target 90.00%)

View this Pull Request on Codecov

56.65% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 57.69231% with 44 lines in your changes missing coverage. Please review.

Project coverage is 56.65%. Comparing base (d9df783) to head (0f333ac).

Files with missing lines Patch % Lines
api/types/test_report.go 0.00% 26 Missing ⚠️
compiler/types/yaml/buildkite/test_report.go 70.37% 7 Missing and 1 partial ⚠️
api/types/pipeline.go 57.14% 4 Missing and 2 partials ⚠️
compiler/types/yaml/yaml/test_report.go 86.36% 2 Missing and 1 partial ⚠️
compiler/types/yaml/buildkite/step.go 50.00% 1 Missing ⚠️

❌ Your project check has failed because the head coverage (56.65%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             main    #1278    +/-   ##
========================================
  Coverage   56.65%   56.65%            
========================================
  Files         634      638     +4     
  Lines       35412    35514   +102     
========================================
+ Hits        20064    20122    +58     
- Misses      14719    14759    +40     
- Partials      629      633     +4     
Files with missing lines Coverage Δ
compiler/native/validate.go 100.00% <100.00%> (ø)
compiler/types/pipeline/container.go 82.98% <100.00%> (+0.07%) ⬆️
compiler/types/pipeline/test_report.go 100.00% <100.00%> (ø)
compiler/types/yaml/yaml/secret.go 87.74% <ø> (ø)
compiler/types/yaml/yaml/step.go 95.77% <100.00%> (+0.06%) ⬆️
mock/server/pipeline.go 0.00% <ø> (ø)
compiler/types/yaml/buildkite/step.go 64.76% <50.00%> (-0.29%) ⬇️
compiler/types/yaml/yaml/test_report.go 86.36% <86.36%> (ø)
api/types/pipeline.go 97.52% <57.14%> (-2.48%) ⬇️
compiler/types/yaml/buildkite/test_report.go 70.37% <70.37%> (ø)
... and 1 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.