Skip to content

Commit 12ab8ab

Browse files
authored
Merge pull request #38 from leeoades/copilot/add-codecov-badge-and-config
Add CodeCov badge and .codecov.yml configuration
2 parents 39266b2 + c77a55e commit 12ab8ab

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.codecov.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: 80%
6+
threshold: 2%
7+
patch:
8+
default:
9+
target: 80%
10+
threshold: 5%
11+
12+
comment:
13+
layout: "reach,diff,flags,tree"
14+
behavior: default
15+
require_changes: true
16+
17+
ignore:
18+
- "samples/**"
19+
- "test/FunctionalStateMachine.Benchmarks/**"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![NuGet](https://img.shields.io/nuget/v/FunctionalStateMachine.Core.svg)](https://www.nuget.org/packages/FunctionalStateMachine.Core/)
44
[![NuGet Downloads](https://img.shields.io/nuget/dt/FunctionalStateMachine.Core.svg)](https://www.nuget.org/packages/FunctionalStateMachine.Core/)
55
[![CI](https://github.com/leeoades/FunctionalStateMachine/actions/workflows/ci.yml/badge.svg)](https://github.com/leeoades/FunctionalStateMachine/actions/workflows/ci.yml)
6+
[![codecov](https://codecov.io/gh/leeoades/FunctionalStateMachine/graph/badge.svg)](https://codecov.io/gh/leeoades/FunctionalStateMachine)
67
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
78

89
**A persistence-friendly state machine for .NET that returns commands instead of executing side effects.**

0 commit comments

Comments
 (0)