Skip to content

Commit 5bbaab1

Browse files
authored
Add setup for codecov (#5)
1 parent 77e8d83 commit 5bbaab1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.codecov.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: 80%
6+
threshold: 1%
7+
base: auto
8+
if_not_found: success
9+
comment:
10+
layout: "reach, diff, flags, files"
11+
behavior: default
12+
require_changes: true
13+
after_n_builds: 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Go CI](https://github.com/javy99/problem-solving-golang/actions/workflows/ci.yml/badge.svg)](https://github.com/javy99/problem-solving-golang/actions/workflows/ci.yml)
44

5-
[![codecov](https://codecov.io/gh/javy99/problem-solving-golang/branch/master/graph/badge.svg?token=YOUR_CODECOV_TOKEN)](https://codecov.io/gh/javy99/problem-solving-golang)
5+
[![codecov](https://codecov.io/gh/javy99/problem-solving-golang/branch/master/graph/badge.svg?token=O2R79NNN6X)](https://codecov.io/gh/javy99/problem-solving-golang)
66

77
# 🚀 NeetCode 150 in Go
88

0 commit comments

Comments
 (0)