File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # File .codecov.yml
2
+ coverage :
3
+ status :
4
+ project :
5
+ default :
6
+ target : 80% # Defines a minimum coverage threshold for approval
7
+ threshold : 2% # Allows a drop of up to 2% without failing
8
+ patch :
9
+ default :
10
+ target : 80%
11
+ threshold : 2%
12
+
13
+ ignore :
14
+ - " examples/*" # Ignore all content inside the examples folder
15
+ - " examples/**" # Ensures all nested files are ignored
16
+
17
+ comment :
18
+ layout : " diff, flags, files"
19
+ behavior : default
20
+
21
+ parsers :
22
+ go :
23
+ partials_as_hits : true # Counts partially covered lines as covered
24
+
25
+ fixes :
26
+ - " ::" # Fixes paths in reports to align with the repo structure
Original file line number Diff line number Diff line change 3
3
4
4
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/Dieg0Code/syndicate-go )] ( https://goreportcard.com/report/github.com/Dieg0Code/syndicate-go )
5
5
[ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/Dieg0Code/syndicate-go/ci.yml?branch=main )] ( https://github.com/Dieg0Code/syndicate-go/actions )
6
+ [ ![ codecov] ( https://codecov.io/github/Dieg0Code/syndicate-go/graph/badge.svg?token=FXYY1S9EP4 )] ( https://codecov.io/github/Dieg0Code/syndicate-go )
6
7
[ ![ GoDoc] ( https://godoc.org/github.com/Dieg0Code/syndicate-go?status.svg )] ( https://pkg.go.dev/github.com/Dieg0Code/syndicate-go )
7
8
[ ![ License: Apache 2.0] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
8
9
[ ![ Release] ( https://img.shields.io/github/v/release/Dieg0Code/syndicate-go )] ( https://github.com/Dieg0Code/syndicate-go/releases )
You can’t perform that action at this time.
0 commit comments