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

Improve test coverage #54

Open
jgarber623 opened this issue Dec 8, 2023 · 0 comments
Open

Improve test coverage #54

jgarber623 opened this issue Dec 8, 2023 · 0 comments

Comments

@jgarber623
Copy link
Owner

Currently:

COVERAGE: 100.00% -- 836/836 lines in 45 files
BRANCH COVERAGE:  95.83% -- 92/96 branches in 45 branches

+----------+---------------------------------------------------+-------+--------+---------+-----------------+----------+-----------------+------------------+
| coverage | file                                              | lines | missed | missing | branch coverage | branches | branches missed | branches missing |
+----------+---------------------------------------------------+-------+--------+---------+-----------------+----------+-----------------+------------------+
| 100.00%  | lib/sinatra/param/coercions/array_coercion.rb     | 8     | 0      |         |  50.00%         | 2        | 1               | 10[then]         |
| 100.00%  | lib/sinatra/param/core_ext/enumerable.rb          | 5     | 0      |         |  75.00%         | 4        | 1               | 3[else]          |
| 100.00%  | lib/sinatra/param/coercions/boolean_coercion.rb   | 10    | 0      |         |  83.33%         | 6        | 1               | 10[then]         |
| 100.00%  | lib/sinatra/param/validations/match_validation.rb | 15    | 0      |         |  83.33%         | 6        | 1               | 15[else]         |
+----------+---------------------------------------------------+-------+--------+---------+-----------------+----------+-----------------+------------------+
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

No branches or pull requests

1 participant