Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885780d commit 1bd8f4eCopy full SHA for 1bd8f4e
.codecov.yml
@@ -1,3 +1,8 @@
1
+codecov:
2
+ require_ci_to_pass: no
3
+ notify:
4
+ wait_for_ci: no
5
+
6
coverage:
7
status:
8
patch:
@@ -7,7 +12,7 @@ coverage:
12
default:
13
target: auto
9
14
threshold: 2%
15
10
16
comment:
11
17
layout: diff, flags, files
18
require_changes: true
-
.github/workflows/ci.yml
@@ -60,6 +60,8 @@ jobs:
60
runs-on: ubuntu-latest
61
steps:
62
- uses: actions/checkout@v2
63
+ with:
64
+ fetch-depth: 2
65
66
- name: echo github.ref
67
run: echo ${{ github.ref }}
@@ -142,7 +144,6 @@ jobs:
142
144
- name: Publish code coverage report
143
145
uses: codecov/codecov-action@v1
146
with:
- yml: ./codecov.yml
147
token: ${{ secrets.CODECOV_TOKEN }}
148
flags: unittest
149
name: codecov
0 commit comments