-
Notifications
You must be signed in to change notification settings - Fork 14
Match text and JSON output #40
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #40 +/- ##
==========================================
+ Coverage 82.57% 82.86% +0.29%
==========================================
Files 19 19
Lines 677 683 +6
==========================================
+ Hits 559 566 +7
+ Misses 118 117 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hmdros Looks good! Could you please add an entry to the CHANGELOG file?
adjust labels adjust order fix console output to fix tests adjust json tests fix tests from console output Add change to CHANGELOG.md
Hey @etagwerker I added the CHANGELOG entry. |
adad479
to
db2f355
Compare
- name: Install Bundler | ||
run: | | ||
if [[ "${{ matrix.ruby-version }}" == "2.6" || "${{ matrix.ruby-version }}" == "2.7" ]]; then | ||
if [[ "${{ matrix.ruby-version }}" == "2.5" ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.5 CI still fails, but it looks like it is unrelated.
https://github.com/fastruby/rails_stats/actions/runs/15276802903/job/42965637852?pr=40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a lot of changes in this file, is there anything in particular you would like to call out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did reduce the number of examples to 1. Also the output is a little bigger now, since we bring more information
|
||
* | ||
* [BUGFIX: Fix JSON output missing Code and Tests total count](https://github.com/fastruby/rails_stats/pull/40) | ||
* Update README examples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Update README examples | |
* [CHORE: Update README examples](https://github.com/fastruby/rails_stats/pull/40) |
Closes #39
CHANGELOG.md
that links to this PR under the "main (unreleased)" heading.Description:
Add "Code" and "Tests" total count from bottom of report to JSON output
Also pushed changes to
console-output.txt
to fix the testsI will abide by the code of conduct.