-
Notifications
You must be signed in to change notification settings - Fork 73
Increase coverage #518
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
base: master
Are you sure you want to change the base?
Increase coverage #518
Conversation
…_programming_course # Conflicts: # cmake/gtest.cmake # cmake/json.cmake # cmake/libenvpp.cmake # cmake/mpi.cmake # cmake/onetbb.cmake # cmake/openmp.cmake # cmake/stb.cmake
…ormance measurement logic, and add utility for result string conversion
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #518 +/- ##
==========================================
- Coverage 94.72% 93.66% -1.06%
==========================================
Files 11 18 +7
Lines 360 505 +145
Branches 122 58 -64
==========================================
+ Hits 341 473 +132
- Misses 5 12 +7
- Partials 14 20 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…_programming_course into an/increase-coverage-1 # Conflicts: # modules/performance/include/performance.hpp
…rallel_programming_course into an/increase-coverage-1
…ormatting for better readability
…on, and enhance namespace usage
…k`, and refine `perf` module tests
…nMP validation test
…ance clarity and readability
…ance clarity and readability
…ases to enhance clarity and readability
…st cases to enhance clarity and readability
…ses for enhanced clarity and readability
…hance clarity with updated comments in OpenMP thread control tests
…ter test coverage and clarity
…improved readability
…or enhanced clarity and structure
… simplify coverage report generation
328e530
to
bdb4ef2
Compare
…olidating file searches and removing redundant path logic
…py and add gcov error ignoring for coverage generation
…un logic for compatibility and flexibility
…increase-coverage-1
…rings, update workflow logic for coverage generation consistency
… adherence to conventions
…st logic and update GitHub Actions for environment consistency
…file checks, and updated paths
…s for consistency and simplify file generation logic
…ecks, enhanced debug outputs, and refined command logic
…proved code clarity
…k-specific files and ensure unique entries
This commit introduces tests for various edge cases, including handling of built-in types, anonymous structs, deep namespace chains, special mangling cases, complex templates, and simulated MSVC behavior on non-Windows platforms. It ensures robust coverage for demangling logic and namespace extraction across diverse scenarios.
This commit introduces tests for various scenarios, including anonymous namespaces, global types, function pointers, arrays, nested templates, reference and pointer types, `std` types, const/volatile qualifiers, and lambda types. It ensures thorough validation of namespace extraction and demangling logic.
Adjusted tests for extremely long type names and `std::nullptr_t` to account for potential compiler differences in namespace resolution. Ensures compatibility with varying demangling behaviors.
Refactored tests to improve clarity and robustness. Updated type definitions to modern equivalents (`std::array`, `enum` with explicit width, etc.) and replaced namespace definitions with inline syntax. Expanded test cases for built-in, unsigned, floating-point, and character types to ensure comprehensive coverage of edge scenarios.
This pull request is stale for 2 weeks and is going to be closed in a week |
This pull request is stale for 2 weeks and is going to be closed in a week |
No description provided.