-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
[Tests] Increase QMK test coverage take 2 #15269
Merged
Merged
Conversation
This file contains 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
KarlK90
force-pushed
the
add-qmk-unit-tests
branch
from
November 22, 2021 23:36
a6756d2
to
9438326
Compare
github-actions
bot
added
cli
qmk cli command
documentation
keyboard
keymap
python
via
Adds via keymap and/or updates keyboard for via support
labels
Nov 22, 2021
KarlK90
force-pushed
the
add-qmk-unit-tests
branch
from
November 22, 2021 23:37
9438326
to
da4d036
Compare
github-actions
bot
removed
keyboard
python
keymap
via
Adds via keymap and/or updates keyboard for via support
cli
qmk cli command
documentation
labels
Nov 22, 2021
KarlK90
force-pushed
the
add-qmk-unit-tests
branch
from
November 22, 2021 23:47
da4d036
to
26ab6e8
Compare
Not sure why the formatters had a hickup... |
14 tasks
tzarc
approved these changes
Nov 23, 2021
zvecr
approved these changes
Nov 23, 2021
cadusk
pushed a commit
to cadusk/qmk_firmware
that referenced
this pull request
Dec 2, 2021
* qmk/develop: (80 commits) Remove use of __flash due to LTO issues (qmk#15268) Revert "handwired/split89 Layout Macro Refactor (qmk#15210)" (qmk#15284) New Keyboard: TGR Jane CE (qmk#14713) Portal 66 Layout Macro Refactor (qmk#15255) Pluckey: Fix QMK Configurator Implementation (qmk#15254) [Tests] Increase QMK test coverage take 2 (qmk#15269) Ignore exit codes for formatters (qmk#15276) [Keyboard] Disable features on SplitKB boards to fit under size (qmk#15262) Ignore exit codes for formatters (qmk#15275) Ignore deleted files when formatting codebase (qmk#15274) qmk format-python - filter for Python files (qmk#15271) Revert "[Tests] Increase QMK test coverage (qmk#13789)" [Tests] Increase QMK test coverage (qmk#13789) [Docs] Squeezing space out of AVR (qmk#15243) Add uint to char functions (qmk#15244) [Keyboard] Disable console on Keebio foldkb and iris rev3 (qmk#15260) layer_combo → sd_combo (qmk#15266) [Keymap] Disable console on Sofle default keymap (qmk#15261) [Keyboard] Enable LTO on viktus/sp_mini via keymap (qmk#15263) Macros in JSON keymaps (qmk#14374) ...
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.
This is a follow up to #13789 which was a bit rushed 😉
Description
This PR enhances the current
unit-testingintegration testing facilities and adds additional tests:keymap.c
the usage goes like this:Types of Changes
Issues Fixed or Closed by This PR
Checklist