-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot read properties of undefined (reading 'map') #61
Comments
@kuhnroyal can you attach the cobertura.xml file from your workflow here? |
For now I can tell you that my baseline file has no sources, this is probably the problem. <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
<coverage lines-valid="0" lines-covered="0" line-rate="0" branches-valid="0" branches-covered="0" branch-rate="0" timestamp="1716003335.624" complexity="0" version="5.4.3+1">
<sources/>
<packages>
<package name="dio" line-rate="0" branch-rate="0">
<classes/>
</package>
</packages>
</coverage> |
@kuhnroyal thatll do it. I'll have a fix out later tonight |
Thanks! |
@tm1000 I'm facing similar issue with But I don't see any changes between these |
@chrisj-nz nice catch! Fixed in v.5.1.0 (5.1 because I updated deps) |
Originally posted by @kuhnroyal in #53 (comment)
The text was updated successfully, but these errors were encountered: