Commit 174efc7
authored
🩹 [Patch]: Update output paths in initialization script to use absolute paths (#27)
## Description
This pull request includes a change to the `scripts/init.ps1` file to
modify the paths for test result and code coverage report outputs.
* `scripts/init.ps1`:
* Updated the `TestResult.OutputPath` and `CodeCoverage.OutputPath` to
use the current working directory (`$pwd`) for generating test reports,
aligning with the use of `WorkingDirectory`.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent 6b5898a commit 174efc7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
| 222 | + | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments