CI-CD Updates - #768
Merged
Merged
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #768 +/- ##
=======================================
Coverage 94.35% 94.35%
=======================================
Files 6 6
Lines 2446 2446
Branches 598 598
=======================================
Hits 2308 2308
Misses 85 85
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, \ | ||
| portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, \ | ||
| portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, \ | ||
| portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE, portISR_STACK_FILL_BYTE |
Contributor
Author
There was a problem hiding this comment.
I don't think this should actually need any of these back-slashes? The comma separation in the array should be fine without them?
@paulbartell do you know why this array is formatted this way?
Contributor
There was a problem hiding this comment.
I was wondering the same
Skptak
force-pushed
the
CI-CD-Updates
branch
from
September 5, 2023 21:01
116ff6c to
af3367a
Compare
archigup
approved these changes
Sep 5, 2023
bradleysmith23
approved these changes
Sep 5, 2023
aggarg
added a commit
to Skptak/FreeRTOS-Kernel
that referenced
this pull request
Sep 25, 2023
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Skptak
added a commit
to Skptak/FreeRTOS-Kernel
that referenced
this pull request
Oct 10, 2023
This reverts commit 5fb9b50.
aggarg
added a commit
to aggarg/FreeRTOS-Kernel
that referenced
this pull request
Oct 26, 2023
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2 tasks
This was referenced Nov 8, 2023
This was referenced Nov 23, 2023
2 tasks
2 tasks
Skptak
added a commit
to Skptak/FreeRTOS-Kernel
that referenced
this pull request
Jan 10, 2024
2 tasks
aggarg
pushed a commit
that referenced
this pull request
Jan 10, 2024
1 task
aggarg
pushed a commit
that referenced
this pull request
Jan 30, 2024
Unnecessary white space was introduced in PR #768 which affected the formatting of assembly code. This PR returns the correct formatting. No functional change.
DajanaV
pushed a commit
to auroralabs-loci/FreeRTOS-Kernel
that referenced
this pull request
Dec 3, 2025
* Use new version of CI-CD Actions * Use cSpell spell check, and use ubuntu-20.04 for formatting check * Format and spell check all files in the portable directory * Remove the https:// from #errors and #warnings as uncrustify attempts to change it to /* * Use checkout@v3 instead of checkout@v2 on all jobs ---------
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.
Description
CI-CD Updates to use new versions of the CI-CD-Github-Actions
Individual PRs can be seen at:
Complexity Check
Coverage-Cop
Executable Monitor
CSpell
Uncrustify Formatting Update
Link Verifier
Test Steps
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.