Skip to content

Commit bfba3b0

Browse files
committed
bad indentation
1 parent a2dca7b commit bfba3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload coverage to Codecov
4141
uses: codecov/codecov-action@v3
4242
with:
43-
files: common/target/scala-2.12/coverage-report/cobertura.xml,core/target/scala-2.12/coverage-report/cobertura.xml,teskit/target/scala-2.12/coverage-report/cobertura.xml
43+
files: common/target/scala-2.12/coverage-report/cobertura.xml,core/target/scala-2.12/coverage-report/cobertura.xml,teskit/target/scala-2.12/coverage-report/cobertura.xml
4444
flags: unittests
4545
fail_ci_if_error: true
4646
verbose: true

0 commit comments

Comments
 (0)