ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
419 stars 116 forks source link

Coverage seems partially broken #3195

Closed germa89 closed 5 days ago

germa89 commented 1 week ago

It is reporting 85 uploads from different days to the base image coverage, which I believe it is wrong.

image

Maybe those 85 uploads are the scheduled CICD coverage geting stack on top of each other.... but I think that XML with same name should be overwritten with the newest one.

germa89 commented 5 days ago

The issue comes from https://github.com/ansys/pymapdl/pull/3171 which changed the order of testing, disabling the unit tests on schedule which was the worfklow used to upload the coverage of main.

germa89 commented 5 days ago

Fixed (I think) in #3225 #3223