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

Fix repo coverage #2467

Merged
merged 2 commits into from
Jun 29, 2024
Merged

Fix repo coverage #2467

merged 2 commits into from
Jun 29, 2024

Conversation

ericproulx
Copy link
Contributor

@ericproulx ericproulx commented Jun 29, 2024

Fix #2466

Also, lcov format will be used only when running GH Actions.

simplecov required at top of spec_helper.rb
Use simplecov configuration file
lcov will be used only on CI, default is a html
remove duplicate warnings in spec_helper
remove some $LOAD_PATH.unshift( at top of spec_helper
@grape-bot
Copy link

grape-bot commented Jun 29, 2024

1 Message
📖 We really appreciate pull requests that demonstrate issues, even without a fix. That said, the next step is to try and fix the failing tests!

Generated by 🚫 Danger

@ericproulx ericproulx marked this pull request as ready for review June 29, 2024 12:42
@ericproulx ericproulx requested a review from dblock June 29, 2024 12:42
@ericproulx
Copy link
Contributor Author

@dblock it will drop the coverage to 96% but its the true one 😅

@dblock dblock merged commit b47d9ad into ruby-grape:master Jun 29, 2024
52 checks passed
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.

Coverage is only covering specs
3 participants