Skip to content

Commit

Permalink
feat(dev): redirect gradle stdout to file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Oct 27, 2023
1 parent 05e41ed commit 64951fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dev-assets/tasks/darwin/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ tasks:
desc: Generates the test report for MIW
ignore_error: true
cmds:
- ./gradlew test
- ./gradlew jacocoTestReport
- ./gradlew jacocoTestReport -PtestIgnoreFailures > test_output.txt

coverage:
desc: Runs the coverage check
Expand Down
3 changes: 1 addition & 2 deletions dev-assets/tasks/linux/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ tasks:
desc: Generates the test report for MIW
ignore_error: true
cmds:
- ./gradlew test
- ./gradlew jacocoTestReport
- ./gradlew jacocoTestReport -PtestIgnoreFailures > test_output.txt

coverage:
desc: Runs the coverage check
Expand Down

0 comments on commit 64951fd

Please sign in to comment.