Skip to content

Commit 8d9b412

Browse files
committed
🔧 ci(codecov): remove optional file and directory field
1 parent c65f669 commit 8d9b412

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codecov.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
- name: 📁 Upload coverage to Codecov
2222
uses: codecov/codecov-action@v2
2323
with:
24-
directory: ./coverage
25-
files: ./cobertura-coverage.xml # optional
2624
flags: unittests # optional
27-
name: cobertura-coverage# optional
25+
name: cobertura-coverage
2826
fail_ci_if_error: true # optional (default = false)
2927
verbose: true # optional (default = false)
3028

0 commit comments

Comments
 (0)