-
Notifications
You must be signed in to change notification settings - Fork 0
Dev/palak #4
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
Conversation
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
2. add missing message implementation 3. removed warnings
added operator for range
…terface - Added platform detection in CMakeLists to restrict builds to Linux only - Fixed I2CInterface.cpp to use setError() method instead of direct protected member access - Resolves compilation error when accessing m_error member
- Added missing #include <stdexcept> header - Resolves std::invalid_argument compilation error in GitHub Actions
- Added missing #include <cstdint> header for uint64_t type - Resolves uint64_t not declared compilation error in GitHub Actions
- Added missing #include <time.h> header for clock_gettime and CLOCK_MONOTONIC - Resolves compilation error in GitHub Actions build pipeline
…r MIT License. - Update all 48 source files with Apra Labs copyright headers - Remove auto-generated TODO comments from codebase - Add comprehensive README.md with badges and documentation - Add CONTRIBUTING.md with development guidelines - Add CODE_OF_CONDUCT.md (Contributor Covenant v2.1) - Add SECURITY.md with vulnerability reporting process - Create 5 comprehensive examples (GPIO, I2C, PWM, USB, Threading) - Add examples documentation and usage guides - Configure Doxygen for API documentation generation - Add GitHub issue templates (bug report, feature request) - Add pull request template with comprehensive checklist - Create CHANGELOG.md following Keep a Changelog format - Add GitHub Pages workflow for automated documentation - Enhance CI/CD with code coverage reporting (lcov) - Create comprehensive packaging guide (deb, rpm, Conan, vcpkg)
Updated test_message.cpp to use REQUEST_ONLY and REQUEST_RESPONSE instead of non-existent MESSAGE_TYPE::NORMAL. Added test for default message type verification. Copyright (c) 2024 Apra Labs
2. Code coverage included in pipeline
2. Updated yaml to upload codecoverage report
📊 Code Coverage ReportCoverage: 89.9%
|
omkarsm
approved these changes
Nov 11, 2025
📊 Code Coverage ReportCoverage: 89.9%
|
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.
Added support for FAT32 and state maintenance for unsupported storage type