Skip to content

Commit

Permalink
fix: adding coverage and maintainability badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Nov 11, 2024
1 parent b163949 commit 0126095
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Actions Status](https://github.com/Codibre/dotnet-enumerable/workflows/build/badge.svg)](https://github.com/Codibre/dotnet-enumerable/actions)
[![Actions Status](https://github.com/Codibre/dotnet-enumerable/workflows/test/badge.svg)](https://github.com/Codibre/dotnet-enumerable/actions)
[![Actions Status](https://github.com/Codibre/dotnet-enumerable/workflows/lint/badge.svg)](https://github.com/Codibre/dotnet-enumerable/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/09278283aa83446a1b39/maintainability)](https://codeclimate.com/github/codibre/dotnet-enumerable/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/09278283aa83446a1b39/test_coverage)](https://codeclimate.com/github/codibre/dotnet-enumerable/test_coverage)

#Codibre.EnumerableExtensions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<None Include=".README.md" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>


Expand Down
2 changes: 2 additions & 0 deletions src/Codibre.EnumerableExtensions.Branching/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Actions Status](https://github.com/Codibre/dotnet-enumerable/workflows/build/badge.svg)](https://github.com/Codibre/dotnet-enumerable/actions)
[![Actions Status](https://github.com/Codibre/dotnet-enumerable/workflows/test/badge.svg)](https://github.com/Codibre/dotnet-enumerable/actions)
[![Actions Status](https://github.com/Codibre/dotnet-enumerable/workflows/lint/badge.svg)](https://github.com/Codibre/dotnet-enumerable/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/09278283aa83446a1b39/maintainability)](https://codeclimate.com/github/codibre/dotnet-enumerable/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/09278283aa83446a1b39/test_coverage)](https://codeclimate.com/github/codibre/dotnet-enumerable/test_coverage)

# Codibre.EnumerableExtensions.Branching

Expand Down

0 comments on commit 0126095

Please sign in to comment.