We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097c664 commit e9365b1Copy full SHA for e9365b1
.github/workflows/test-go-task.yml
@@ -93,10 +93,10 @@ jobs:
93
GO_MODULE_PATH: ${{ matrix.module.path }}
94
run: task go:test
95
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' }}
+ # - name: Send unit tests coverage to Codecov
+ # if: runner.os == 'Linux'
+ # uses: codecov/codecov-action@v2
+ # with:
+ # file: ${{ matrix.module.path }}coverage_unit.txt
+ # flags: ${{ matrix.module.codecov-flags }}
+ # fail_ci_if_error: ${{ github.repository == 'arduino/arduino-cloud-cli' }}
0 commit comments