-
Notifications
You must be signed in to change notification settings - Fork 206
Update scripts to run unit tests with respect to Ubuntu 24.04 #1237
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
Update scripts to run unit tests with respect to Ubuntu 24.04 #1237
Conversation
| FreeRTOS_UDP_IPv4.c | 100% 128| 100% 2| 100% 84 | ||
| FreeRTOS_UDP_IPv6.c | 100% 143| 100% 4| 100% 84 | ||
| ===================================================================== | ||
| Total:| 100% 9388| 100% 525| 100% 4920 |
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.
Did line coverage really increase that much? If so why?
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 line, branch coverages are 100% from V3.0.0 released on Aug 10, 2022.
It's just that the sample output examples for the unit test readme scripts were not updated, as those are just for reference.
2ed50be
Description
Update scripts to run unit tests with respect to Ubuntu 24.04
Test Steps
Tested on Ubuntu 24.04
Checklist:
[ ] I have modified and/or added unit-tests to cover the code changes in this Pull Request.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.