Skip to content

Commit dda8b33

Browse files
committed
Don't specify directory. Codecov knows where to look
1 parent 43841d2 commit dda8b33

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/merge.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- name: Upload coverage to Codecov
5353
uses: codecov/codecov-action@v2
5454
with:
55-
directory: lib/build
5655
flags: unittests # optional
5756
name: coverage # optional
5857
fail_ci_if_error: true # optional (default = false)

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- name: Upload coverage to Codecov
4646
uses: codecov/codecov-action@v2
4747
with:
48-
directory: lib/build
4948
flags: unittests # optional
5049
name: coverage # optional
5150
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)