Don't specify directory. Codecov knows where to look

This commit is contained in:
Justin Abrahms 2022-06-24 00:26:57 -05:00
parent 43841d208f
commit dda8b338dd
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
directory: lib/build
flags: unittests # optional
name: coverage # optional
fail_ci_if_error: true # optional (default = false)

View File

@ -45,7 +45,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
directory: lib/build
flags: unittests # optional
name: coverage # optional
fail_ci_if_error: true # optional (default = false)