Closed nelsonic closed 2 years ago
cascade of failures because of newer Erlang
removing :crypto.block_encrypt/4
... :facepalm:
Getting the error:
** (Mix) The task "compile.gettext" could not be found. Did you mean "compile.leex"?
🙄
Dang it. Updating this to repo from Phoenix
1.4
to 1.6
is turning into a bigger PR than I would have liked ... 🙄
Merging #47 (8e879ec) into main (3f89df2) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #47 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 11 +2
Lines 36 65 +29
=========================================
+ Hits 36 65 +29
Impacted Files | Coverage Δ | |
---|---|---|
lib/encryption/application.ex | 100.00% <ø> (ø) |
|
lib/encryption_web/router.ex | 100.00% <ø> (ø) |
|
lib/encryption/aes.ex | 100.00% <100.00%> (ø) |
|
lib/encryption/encrypted_field.ex | 100.00% <100.00%> (ø) |
|
lib/encryption/user.ex | 100.00% <100.00%> (ø) |
|
lib/encryption/hash_field.ex | 100.00% <0.00%> (ø) |
|
lib/encryption/password_field.ex | 100.00% <0.00%> (ø) |
|
lib/encryption_web/endpoint.ex | 100.00% <0.00%> (ø) |
|
lib/encryption/repo.ex | 100.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 684959b...8e879ec. Read the comment docs.
@SimonLab ref #36 + Phoenix
update. Thanks! 🙏
Phoenix
from1.4
to1.6
⬆️:crypto
API #22 ₿