Conversation
Contributor
Code Metrics Report
Details | | main (6c84c01) | #437 (95c4cde) | +/- |
|---------------------|----------------|----------------|-------|
+ | Coverage | 31.9% | 32.1% | +0.1% |
| Files | 30 | 30 | 0 |
| Lines | 3162 | 3179 | +17 |
+ | Covered | 1011 | 1021 | +10 |
- | Code to Test Ratio | 1:0.8 | 1:0.8 | -0.1 |
| Code | 6507 | 6538 | +31 |
| Test | 5695 | 5695 | 0 |
- | Test Execution Time | 9s | 11s | +2s |Code coverage of files in pull request scope (79.7% → 79.0%)
Reported by octocov |
Owner
|
It's a good attempt!! If any issues arise, I believe we can address them as they come up. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Considering Windows environments and the like, I stopped hard-coding bash.
Additionally, since I now check the
$SHELLenvironment variable, this may affect users of fish or other shells. However, I believe this is desirable behavior as it allows them to specify arguments using their own shell's syntax.What do you think? @k1LoW