Commit 3055a09
committed
fix(ci): move test --cover out of mix ci alias
mix ci previously included 'test --cover' as its last step,
which caused an Elixir 1.20 warning about running in the
wrong environment. Tests are already standalone steps in the
GitHub Actions CI workflow (both Linux and macOS runners).
Changes:
* Removed 'test --cover' from the ci alias
* Removed preferred_envs from def project (no longer needed
since ci no longer chains into test)
* Removed empty def cli block
mix ci now runs 7 steps: compile, format, credo, deps check,
audit, xref, dialyzer, ex_dna. Tests are run separately with
MIX_ENV=test.1 parent 00c8d38 commit 3055a09
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
| |||
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | 173 | | |
179 | 174 | | |
180 | 175 | | |
| |||
0 commit comments