compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Add Conda badges #293

Closed mcbarton closed 1 month ago

mcbarton commented 1 month ago

This PR adds the Conda badges to the readme.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.22%. Comparing base (c8979a2) to head (2934232).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/293/graphs/tree.svg?width=650&height=150&src=pr&token=7UWTYSVVT5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/293?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #293 +/- ## ======================================= Coverage 72.22% 72.22% ======================================= Files 8 8 Lines 2963 2963 ======================================= Hits 2140 2140 Misses 823 823 ```
mcbarton commented 1 month ago

@maximusron can you merge this too? It just adds the badges to the Conda package to the readme.

maximusron commented 1 month ago

lgtm!