Skip to content

Commit e9365b1

Browse files
committed
Disable code-coverage
1 parent 097c664 commit e9365b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test-go-task.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ jobs:
9393
GO_MODULE_PATH: ${{ matrix.module.path }}
9494
run: task go:test
9595

96-
- name: Send unit tests coverage to Codecov
97-
if: runner.os == 'Linux'
98-
uses: codecov/codecov-action@v2
99-
with:
100-
file: ${{ matrix.module.path }}coverage_unit.txt
101-
flags: ${{ matrix.module.codecov-flags }}
102-
fail_ci_if_error: ${{ github.repository == 'arduino/arduino-cloud-cli' }}
96+
# - name: Send unit tests coverage to Codecov
97+
# if: runner.os == 'Linux'
98+
# uses: codecov/codecov-action@v2
99+
# with:
100+
# file: ${{ matrix.module.path }}coverage_unit.txt
101+
# flags: ${{ matrix.module.codecov-flags }}
102+
# fail_ci_if_error: ${{ github.repository == 'arduino/arduino-cloud-cli' }}

0 commit comments

Comments
 (0)