-
Notifications
You must be signed in to change notification settings - Fork 16
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
Zero coverage #11
Comments
The diff --git a/test/e2e/playwright.config.js b/test/e2e/playwright.config.js
index 78613e8..6b790a4 100644
--- a/test/e2e/playwright.config.js
+++ b/test/e2e/playwright.config.js
@@ -16,7 +16,7 @@ const config = {
'@bgotink/playwright-coverage',
/** @type {import('@bgotink/playwright-coverage').CoverageReporterOptions} */ {
// Path to the root files should be resolved from, most likely your repository root
- sourceRoot: path.join(__dirname, '..'),
+ sourceRoot: path.join(__dirname, '../..'),
// Files to ignore in coverage, useful
// - if you're testing the demo app of a component library and want to exclude the demo sources
// - or part of the code is generated
|
ty. I did get it figured out with ipfs/ipfs-webui#2014 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried adding test coverage to https://github.com/ipfs/ipfs-webui, with the changes made at https://github.com/SgtPooki/ipfs-webui/tree/test-coverage-with-bgotink, but it results in zero coverage:
The text was updated successfully, but these errors were encountered: