Skip to content

Commit 0ef428e

Browse files
committed
[Test] (code) Remove unused config.
1 parent 8b11ace commit 0ef428e

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

.github/workflows/upload_test_cov_report.yaml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -153,34 +153,9 @@ jobs:
153153
--required \
154154
--verbose
155155
156-
# - name: Upload coverage report to Codecov https://codecov.io (For Unit-Test or Integration-Test)
157-
# if: ${{ inputs.upload-to-codecov == true && (inputs.test_type == 'unit-test' || inputs.test_type == 'integration-test') }}
158-
# uses: codecov/codecov-action@v3
159-
# with:
160-
# token: ${{ secrets.codecov_token }} # not required for public repos
161-
# files: coverage_${{ inputs.test_type }}_${{ inputs.test_os }}.xml # optional
162-
# fail_ci_if_error: true # optional (default = false)
163-
# verbose: true # optional (default = false)
164-
## flags: ${{ inputs.codecov_flags }} # optional
165-
## env_vars: OS,PYTHON
166-
## name: ${{ inputs.codecov_name }} # optional
167-
#
168-
# - name: Upload coverage report to Codecov https://codecov.io (For all test types)
169-
# if: ${{ inputs.upload-to-codecov == true && inputs.test_type == 'all-test' }}
170-
# uses: codecov/codecov-action@v3
171-
# with:
172-
# token: ${{ secrets.codecov_token }} # not required for public repos
173-
# files: coverage.xml # optional
174-
# flags: ${{ inputs.codecov_flags }} # optional
175-
# env_vars: OS,PYTHON
176-
# name: ${{ inputs.codecov_name }} # optional
177-
# fail_ci_if_error: true # optional (default = false)
178-
# verbose: true # optional (default = false)
179-
180156
- name: Install Python dependencies about tool of Coveralls
181157
if: ${{ inputs.upload-to-coveralls == true }}
182-
run: |
183-
pip3 install coveralls
158+
run: pip3 install coveralls
184159

185160
- name: Upload coverage report to Coveralls https://coveralls.io
186161
if: ${{ inputs.upload-to-coveralls == true }}

0 commit comments

Comments
 (0)