Skip to content

Commit a38a7ee

Browse files
committed
Add codecov token to config file
1 parent c654f7a commit a38a7ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.codecov.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
codecov:
2+
token: 25dd913a-2bf1-4be3-b13e-c06b079a4438
3+
14
coverage:
25
range: 80..100
36
round: down

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
run: make cover
4646

4747
- name: Upload coverage to codecov.io
48-
uses: codecov/codecov-action@v3
48+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)