elixir-wallaby / wallaby

Concurrent browser tests for your Elixir web apps.
https://twitter.com/elixir_wallaby
MIT License
1.68k stars 198 forks source link

Restore elixir version to a modern version #646

Closed marcandre closed 2 years ago

marcandre commented 3 years ago

I'd like to use a modern version locally, for error messages, speed, etc.

Could we consider git-ignoring and removing .tool-versions altogether?

codecov-commenter commented 3 years ago

Codecov Report

Merging #646 (a30cd9d) into main (0fbea3e) will increase coverage by 0.50%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #646      +/-   ##
==========================================
+ Coverage   92.46%   92.96%   +0.50%     
==========================================
  Files          24       24              
  Lines         995      995              
==========================================
+ Hits          920      925       +5     
+ Misses         75       70       -5     
Flag Coverage Δ
IntegrationTest 88.34% <ø> (+1.30%) :arrow_up:
UnitTest 41.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/wallaby/query.ex 98.46% <0.00%> (+1.53%) :arrow_up:
lib/wallaby/chrome.ex 96.29% <0.00%> (+2.77%) :arrow_up:
lib/wallaby/driver/log_store.ex 81.81% <0.00%> (+9.09%) :arrow_up:

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 0fbea3e...a30cd9d. Read the comment docs.

marcandre commented 3 years ago

Includes #644 so CI passes.