Commit 29e9930
authored
Fix "make cover" (#4059)
## Changes
The `TEST_PACKAGES` variable no longer includes acceptance tests
(#4017).
This made the step that merges acceptance test coverage fail.
## Tests
Locally:
```
make cover TEST_PACKAGES=./libs/env ACCEPTANCE_TEST_FILTER=TestAccept/selftest
```1 parent e57befa commit 29e9930
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
0 commit comments