coder137 / build_in_cpp

Build C, C++ and ASM files in C++
https://coder137.github.io/build_in_cpp/
Apache License 2.0
50 stars 2 forks source link

Register test #136

Closed coder137 closed 2 years ago

coder137 commented 2 years ago

Change Register::Test API to Register::Test(const Args::ToolchainState &state, const std::string & pattern, const base::Target & target, const std::unordered_map<const char *, std::string> & arguments = {})

codecov[bot] commented 2 years ago

Codecov Report

Merging #136 (c876273) into main (28e3eec) will decrease coverage by 0.08%. The diff coverage is 96.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
- Coverage   99.24%   99.16%   -0.08%     
==========================================
  Files          43       43              
  Lines        1177     1188      +11     
  Branches      332      336       +4     
==========================================
+ Hits         1168     1178      +10     
- Partials        9       10       +1     
Impacted Files Coverage Δ
buildcc/lib/command/include/command/command.h 100.00% <ø> (ø)
buildcc/lib/args/src/register.cpp 98.51% <96.30%> (-1.49%) :arrow_down:
buildcc/lib/args/include/args/register.h 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 28e3eec...c876273. Read the comment docs.