We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6b129 commit 5f38498Copy full SHA for 5f38498
1 file changed
.github/workflows/main.yml
@@ -11,6 +11,13 @@ jobs:
11
- name: Run tests and collect coverage
12
run: yarn run test-all
13
- name: Upload coverage to Codecov
14
+ uses: ./
15
+ with:
16
+ files: ./coverage/calculator/coverage-final.json,./coverage/index/coverage-final.json
17
+ file: ./coverage/coverage-final.json
18
+ flags: unittest
19
+ name: codecov-1
20
+ - name: Upload coverage to Codecov (verbose)
21
uses: ./
22
with:
23
files: ./coverage/calculator/coverage-final.json,./coverage/index/coverage-final.json
0 commit comments