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 c8f96a3 commit c565b36Copy full SHA for c565b36
.codecov.yml
@@ -0,0 +1,10 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ informational: true
6
+ only_pulls: true
7
+ patch:
8
9
10
.github/workflows/ci.yml
@@ -67,3 +67,6 @@ jobs:
67
run: |
68
export PATH="${PWD}/build/:${PATH}"
69
./scripts/test.sh
70
+
71
+ - name: Upload coverage to Codecov
72
+ uses: codecov/codecov-action@v2
0 commit comments