msgpack / msgpack-c

MessagePack implementation for C and C++ / msgpack.org[C/C++]
Other
3.01k stars 875 forks source link

Fix appveyor for cpp_master #1110

Closed Zopolis4 closed 6 months ago

Zopolis4 commented 6 months ago

Thought I might as well.

codecov-commenter commented 6 months ago

Codecov Report

Merging #1110 (1021aee) into cpp_master (2c0040c) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## cpp_master #1110 +/- ## =========================================== Coverage 85.75% 85.75% =========================================== Files 80 80 Lines 5091 5091 =========================================== Hits 4366 4366 Misses 725 725 ```
redboltz commented 6 months ago

@Zopolis4 ,Thank you very much!