Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deno test --junit-path ... should create directory if not exists #21022

Closed
x80486 opened this issue Oct 31, 2023 · 0 comments · Fixed by #21044
Closed

deno test --junit-path ... should create directory if not exists #21022

x80486 opened this issue Oct 31, 2023 · 0 comments · Fixed by #21044
Labels
bug Something isn't working correctly testing related to deno test and coverage

Comments

@x80486
Copy link

x80486 commented Oct 31, 2023

I've run into this one several times...and I keep reporting them, so don't 🙄 on me 😉

Using the --coverage will nicely create the required sub-directories without issue. On the other hand, --junit-path fails with No such file or directory (os error 2) 😬

Would be great if those options where a path can be specified behave, across the board, like --coverage does.

@dsherret dsherret changed the title Create location(s) automatically if it/they don't exist(s) deno test --junit-path ... should create directory if not exists Oct 31, 2023
@dsherret dsherret added bug Something isn't working correctly testing related to deno test and coverage labels Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly testing related to deno test and coverage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants