Github Actions There was an error processing coverage reports

Please search for similar issues before creating a ticket.
All fields below are required.

Description

There was an error processing coverage reports.

Repository

CI/CD or Build URL

Uploader

Please provide which uploader you are using and command used to run it (e.g. Bash, Node, Python, GitHub Actions, etc…). If you are not using the bash uploader, we recommend switching to it before opening an issue here.

Codecov Output

Expected Results

Please provide what you expect to have happened (e.g. a file that has missing coverage on a particular line).

Actual Results

There was an error processing coverage reports.

Additional Information

Summary
<?xml version="1.0" encoding="UTF-8" standalone="true"?>

<!DOCTYPE report SYSTEM "report.dtd" PUBLIC "-//JACOCO//DTD Report 1.1//EN">

-<report name="backend">

<sessioninfo dump="1624022960767" start="1624022952473" id="Florians-MBP.fritz.box-15d3530f"/>

<sessioninfo dump="1624024784085" start="1624024776361" id="Florians-MBP.fritz.box-ec8ca3eb"/>

<sessioninfo dump="1625933314986" start="1625933293496" id="fv-az47-412-ab013f54"/>


-<package name="de/neuefische/flooooooooooorian/backend/config">


-<class name="de/neuefische/flooooooooooorian/backend/config/ReactRoutingForwarding" sourcefilename="ReactRoutingForwarding.java">


-<method name="<init>" line="7" desc="()V">

<counter covered="3" missed="0" type="INSTRUCTION"/>

<counter covered="1" missed="0" type="LINE"/>

<counter covered="1" missed="0" type="COMPLEXITY"/>

<counter covered="1" missed="0" type="METHOD"/>

</method>


-<method name="forwardToRoutUrl" line="11" desc="()Ljava/lang/String;">

<counter covered="0" missed="2" type="INSTRUCTION"/>

<counter covered="0" missed="1" type="LINE"/>

<counter covered="0" missed="1" type="COMPLEXITY"/>

<counter covered="0" missed="1" type="METHOD"/>

</method>

<counter covered="3" missed="2" type="INSTRUCTION"/>

<counter covered="1" missed="1" type="LINE"/>

<counter covered="1" missed="1" type="COMPLEXITY"/>

<counter covered="1" missed="1" type="METHOD"/>

<counter covered="1" missed="0" type="CLASS"/>

</class>

@Flooooooooooorian I noticed that there is coverage now on your most recent commits. Were you able to get this resolved?