MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.71k stars 404 forks source link

Adds Ruby 3.2 to the CI matrix #543

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

Updates checkout action version.

I also needed to change a 127.0.0.1 to localhost to get the specs to pass.

codecov-commenter commented 1 year ago

Codecov Report

Merging #543 (5f7bb1e) into master (edbcad3) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 5f7bb1e differs from pull request most recent head d3e074d. Consider uploading reports for the commit d3e074d to get more accurate results

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #543   +/-   ##
=======================================
  Coverage   87.39%   87.39%           
=======================================
  Files          18       18           
  Lines        1269     1269           
=======================================
  Hits         1109     1109           
  Misses        160      160           
Impacted Files Coverage Δ
lib/mini_profiler/profiler.rb 83.50% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

petergoldstein commented 1 year ago

@nateberkopec since you're now triaging (I'm a subscriber!), maybe you can get this merged. I just fixed a lint that showed up since I submitted the PR, so it's all green as of today.

SamSaffron commented 1 year ago

oh ... this is nice. Thanks