-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Allow equal sign and coma in feature requests #665
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #665 +/- ##
==========================================
+ Coverage 69.75% 69.84% +0.09%
==========================================
Files 58 59 +1
Lines 12550 12581 +31
==========================================
+ Hits 8754 8787 +33
+ Misses 3796 3794 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025030301-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025021804-4.3&flavor=update
Failed tests11 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/129058#dependencies 15 fixed
Unstable testsPerformance TestsPerformance degradation:31 performance degradations
Remaining performance tests:41 tests
|
@ArrayBolt3 any other characters missing, that you'd see used in kernelopts for a boot mode? |
Wrote a quick script to tell me all of the characters in Kicksecure's kernel command line, one character that might be needed in the future but I don't believe is needed now is the comma ( |
It is necessary for boot mode feature, as a common characters in kernelopts. QubesOS/qubes-issues#9750
ebdaf6c
to
60ed744
Compare
It is necessary for boot mode feature, as a common character in
kernelopts
QubesOS/qubes-issues#9750