Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Elixir 1.17 #31

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Support for Elixir 1.17 #31

merged 1 commit into from
Aug 17, 2024

Conversation

josecfreittas
Copy link
Owner

@josecfreittas josecfreittas commented Aug 17, 2024

Elixir 1.17 brings a new format for the coverage output. This was causing parsing errors, and this PR fixes this.

Closes #30

Copy link

github-actions bot commented Aug 17, 2024

Tests summary

Finished in 0.1 seconds (0.07s async, 0.03s sync)
Randomized with seed 991481

0 failures (1 doctest, 38 tests)
100% coverage (90% is the minimum)

Coverage details
Percentage | Module
-----------|--------------------------
   100.00% | Example.Application
   100.00% | Example.Lists
   100.00% | Example.Math
   100.00% | Example.Strings
   100.00% | ExampleWeb
   100.00% | ExampleWeb.ConnCase
   100.00% | ExampleWeb.Endpoint
   100.00% | ExampleWeb.ErrorJSON
   100.00% | ExampleWeb.IndexController
   100.00% | ExampleWeb.Router
-----------|--------------------------
   100.00% | Total

@josecfreittas josecfreittas force-pushed the elixir-1.17 branch 2 times, most recently from 2795d8d to 77cb315 Compare August 17, 2024 01:17
@josecfreittas josecfreittas marked this pull request as ready for review August 17, 2024 01:19
@josecfreittas josecfreittas merged commit 6bed8d2 into main Aug 17, 2024
4 checks passed
@josecfreittas josecfreittas deleted the elixir-1.17 branch August 17, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Error parsing coverage report
1 participant