Skip to content

Commit 5f38498

Browse files
committed
Just run it twice
1 parent 8b6b129 commit 5f38498

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ jobs:
1111
- name: Run tests and collect coverage
1212
run: yarn run test-all
1313
- 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)
1421
uses: ./
1522
with:
1623
files: ./coverage/calculator/coverage-final.json,./coverage/index/coverage-final.json

0 commit comments

Comments
 (0)