Commit 7eef7e1
committed
fix(confmap): Include parent package in e2e test coverage
The e2e test module was not recording coverage for the parent
`confmap/internal` package that it tests. This caused test coverage
to appear as 0% even though the tests exercise the code.
This adds the parent package to COVER_PKGS so coverage of
`confmap/internal` is properly tracked for e2e tests.1 parent 97efc61 commit 7eef7e1
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments