Skip to content

Commit c565b36

Browse files
committed
ci: upload coverage report to codecov
1 parent c8f96a3 commit c565b36

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
informational: true
6+
only_pulls: true
7+
patch:
8+
default:
9+
informational: true
10+
only_pulls: true

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ jobs:
6767
run: |
6868
export PATH="${PWD}/build/:${PATH}"
6969
./scripts/test.sh
70+
71+
- name: Upload coverage to Codecov
72+
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)