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
I followed the developer guide provided in the project documentation, but when I run the command to check the code line coverage of the tests, I get the following error:
I try to run: ./gradlew componentTests
and: ./gradlew componentTests jacocoReport
This happens when running the componentTests under Powershell. The del command only exists in cmd, so it errors out when trying to delete temporary files created by the afterTestClosure in build.gradle.
A simple fix would be changing the afterTestClosure to be more shell-agnostic. I'll open a PR fixing this in a few moments :^)
I followed the developer guide provided in the project documentation, but when I run the command to check the code line coverage of the tests, I get the following error:
I try to run: ./gradlew componentTests
and: ./gradlew componentTests jacocoReport
Guide link I followed: https://teammates.github.io/teammates/development.html
The text was updated successfully, but these errors were encountered: