Commit fa6d72d
committed
fix: avoid coverage.out parsing issue on Windows
Split test step into two conditional steps:
- Run tests without coverage on Windows and macOS
- Run tests with coverage only on ubuntu-latest
This avoids PowerShell parsing '-coverprofile=coverage.out' as '.out' on Windows.1 parent e106412 commit fa6d72d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments