Replace std::string pointer by reference and remove unused function DLSym #193
Codecov / codecov/project
succeeded
Mar 11, 2024 in 0s
78.87% (+0.03%) compared to e61e7ca
View this Pull Request on Codecov
78.87% (+0.03%) compared to e61e7ca
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 78.87%. Comparing base (
e61e7ca
) to head (2315dea
).
Report is 11 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #193 +/- ##
==========================================
+ Coverage 78.83% 78.87% +0.03%
==========================================
Files 8 8
Lines 3048 3048
==========================================
+ Hits 2403 2404 +1
+ Misses 645 644 -1
Files | Coverage Δ | |
---|---|---|
lib/Interpreter/DynamicLibraryManager.cpp | 75.12% <100.00%> (ø) |
|
lib/Interpreter/Paths.cpp | 37.75% <100.00%> (+2.34%) |
⬆️ |
... and 2 files with indirect coverage changes
Files | Coverage Δ | |
---|---|---|
lib/Interpreter/DynamicLibraryManager.cpp | 75.12% <100.00%> (ø) |
|
lib/Interpreter/Paths.cpp | 37.75% <100.00%> (+2.34%) |
⬆️ |
Loading