Since a few days uploads of D lst files contain corrupted data

Description

Since a few days the uploads for a D project contain corrupted files, which leads to incurate percentage. The project is https://app.codecov.io/gl/styx-lang/styx.

Commit SHAs

The first commit is https://codecov.io/gl/styx-lang/styx/commit/061838692a2bea57b9b3922762ca941a647e5d22/

CI/CD or Build URL

Uploader

if [ ! -z "$CI" ]; then
    curl -s https://codecov.io/bash > codecov.sh
    bash codecov.sh
fi

Actual Results

In the build report, locate the line “path=/builds/styx-lang/styx/temp/src-styx-semantic-desugar.lst”, observe the strange content that follows.

Previous build report looked normal,

Actually this is neither a problem from codecov nor gitalb side. closing.

1 Like