You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing how coverage is calculated for ingest pipelines, there is an error when trying to obtain the coverage reports with the default format cobertura.
Setting in the command the parameter for generic format works successfully (--coverage-format=generic). As a note, CI Pipelines in the integrations and elastic-package repositories use the generic cobertura format.
Testing with the previous changeset to that PR (72545b0) coverage reports are generated correctly.
Starting with f4f5ccde , this command starts to fail.
How to reproduce this error
cd /test/packages/parallel/nginx
elastic-package test pipeline --report-output file --report-format xUnit --test-coverage -v
While testing how coverage is calculated for ingest pipelines, there is an error when trying to obtain the coverage reports with the default format
cobertura
.Setting in the command the parameter for
generic
format works successfully (--coverage-format=generic
). As a note, CI Pipelines in the integrations and elastic-package repositories use thegeneric
cobertura format.This looks related to this PR: #1915 (f4f5ccde)
Testing with the previous changeset to that PR (72545b0) coverage reports are generated correctly.
Starting with f4f5ccde , this command starts to fail.
How to reproduce this error
Error:
The text was updated successfully, but these errors were encountered: