-
Notifications
You must be signed in to change notification settings - Fork 698
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
Unable to generate logs at the specified location. #6811
Comments
I think there are two independent questions here. The test stuff can at least get rum from the |
@jneira could you comment on the label “not our bug” (which you added): I don’t quite get why it’s not “our”… |
me neither 😅 |
Looks similar to #5901. |
TIL about |
Describe the bug
I am currently working on updating Hackage builder to cabal v2 as a part of GSoC Project.
The objective was to build the package, run tests, create Haddock doc and run code-coverage.
I need the report of each of these tasks in the specified files. I tried setting the flags to make cabal write test log, build-summary, logs and docs at the specified location but it doesn't seem to work.
To Reproduce
In the root directory of a package (async in this case), I ran the following code.
Expected behavior
Specified files must have a log or report content.
System information
Additional context
How can we set coverage report, doc tarball location?
The text was updated successfully, but these errors were encountered: