Closed chinglee-iot closed 10 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
877484c
) 93.78% compared to head (10e99cd
) 93.78%.
Files | Patch % | Lines |
---|---|---|
tasks.c | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/bot run formatting
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Suppress MISRA rule 21.6 for snprintf
Description
MISRA C:2012 Rule 21.6
MISRA deviations
This rule warns about the use of standard library input/output functions as they might have implementation defined or undefined behavior. The function
snprintf
is used for convenience only whenconfigUSE_TRACE_FACILITY
is set to 1 andconfigUSE_STATS_FORMATTING_FUNCTIONS
is set to greater than 0. Do not consider it to be part of the scheduler.Suppress in this PR
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.