Commit 00c8d38
committed
fix(ci): add 'test --cover' to preferred_envs
mix ci runs 'test --cover' as a space-separated alias, but the
preferred_envs config only had the dot-separated 'test.cover'.
In Elixir 1.20+, Mix warns (and eventually errors) when a task
runs in the wrong env. Adding the space-separated variant
silences the warning and ensures tests always run in :test env.1 parent 75701dd commit 00c8d38
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments