-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
[Merged by Bors] - replace deprecated set-output command #2500
[Merged by Bors] - replace deprecated set-output command #2500
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2500 +/- ##
==========================================
+ Coverage 52.79% 52.97% +0.18%
==========================================
Files 343 344 +1
Lines 34885 34756 -129
==========================================
- Hits 18417 18412 -5
+ Misses 16468 16344 -124
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
New output: Test262 conformance changes| Test result | main count | PR count | difference |%0A| :---------: | :----------: | :------: | :--------: |%0A| Total | 94,172 | 94,172 | 0 |%0A| Passed | 69,656 | 69,656 | 0 |%0A| Ignored | 18,771 | 18,771 | 0 |%0A| Failed | 5,745 | 5,745 | 0 |%0A| Panics | 0 | 0 | 0 |%0A| Conformance | 73.97%25 | 73.97%25 | 0.00%25 | |
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.
The output seems to have replaced line feeds with the %0A
escaped codepoint?
EDIT: Ah, probably because set-output
required escaped codepoints, but the newer command does not. You'll need to remove those substitutions in the action also.
Current output: Test262 conformance changes
|
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.
Thanks for the contribution!
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.
Looks perfect to me! :)
bors r+ |
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> This Pull Request fixes/closes #2415. It changes the following: - Replaced deprecated set-output command following [GitHub guide](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) Co-authored-by: karol-janik <karol.janik@wpengine.com>
Pull request successfully merged into main. Build succeeded: |
This Pull Request fixes/closes #2415.
It changes the following: