|
Ran
|
Jobs
1
|
Files
152
|
Run time
1min
|
Badge
README BADGES
|
push
github
fix: reduce warnings when running tests (#1270) * replace warn with warning "warning: the log level :warn is deprecated, use :warning instead" * empty doc "warning: module attribute @doc was set but no definition follows it" * replace '' with "" "warning: using single-quoted strings to represent charlists is deprecated." * move function "clauses with the same name and arity (number of arguments) should be grouped together" * make range explicit "10..0 has a default step of -1, please write 10..0//-1 instead" * remove alias "unused alias" * rename unused variables "warning: variable "XXX" is unused" * remove choices from validate_required """ warning: attempting to determine the presence of embed_many field :choices with validate_required/3 ... which has no effect. You can pass the :required option to Ecto.Changeset.cast_embed/3 to achieve this. """ * delete unused variables instead * Revert "remove choices from validate_required" This reverts commit 088fa9638.
6 of 6 new or added lines in 4 files covered. (100.0%)
3130 of 3385 relevant lines covered (92.47%)
7421.36 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 4b304179d41b537a07fc1781afb62164e90c8b30.1 | 152 |
92.47 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|