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
When I run the Gradle task :IAN:pitest, it runs Pitest for the IAN module and all submodules, as it should. But then it also saves the reports incorrectly.
The report saved in each module's build folder should only contain the results for that module.
One time, it saved the report for the module :IAN:world in the build folders of all modules where Pitest ran, instead of the respective module's reports. Thinking this might be just a weird anomaly, I did a clean rebuild and ran the task again, and this time the report for the module :IAN:listener is saved everywhere.
The text was updated successfully, but these errors were encountered:
My repo: https://github.com/JordanLongstaff/ArtemisAgent
When I run the Gradle task
:IAN:pitest
, it runs Pitest for the IAN module and all submodules, as it should. But then it also saves the reports incorrectly.The report saved in each module's build folder should only contain the results for that module.
One time, it saved the report for the module
:IAN:world
in the build folders of all modules where Pitest ran, instead of the respective module's reports. Thinking this might be just a weird anomaly, I did a clean rebuild and ran the task again, and this time the report for the module:IAN:listener
is saved everywhere.The text was updated successfully, but these errors were encountered: