coverage-test

This commit is contained in:
Tom Hu
2021-01-02 18:19:58 -05:00
parent a0e7a095bd
commit 25cb7e3abf
4 changed files with 34 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- name: Upload coverage to Codecov (demo)
uses: ./
with:
files: ./coverage/calculator/coverage-final.json,./coverage/coverage/coverage-final.json
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json
file: ./coverage/coverage-final.json
flags: demo
name: codecov-1