Skip to content

Commit 7daf87e

Browse files
codecov
1 parent 01206c0 commit 7daf87e

File tree

1 file changed

+1
-71
lines changed

1 file changed

+1
-71
lines changed

.github/workflows/unit-tests.yml

+1-71
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,6 @@ jobs:
2929
LUCIT_LICENSE_TOKEN: ${{ secrets.LUCIT_LICENSE_TOKEN }}
3030
run: coverage run --source unicorn_binance_websocket_api unittest_binance_websocket_api.py
3131

32-
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v3
34-
with:
35-
# token: ${{ secrets.CODECOV_TOKEN }}
36-
# directory: ./coverage/reports/
37-
# env_vars: OS,PYTHON
38-
# fail_ci_if_error: true
39-
# files: ./coverage.xml
40-
flags: unittests
41-
name: codecov-umbrella
42-
# path_to_write_report: ./coverage/codecov_report.txt
43-
verbose: true
44-
4532
test_python_3_8:
4633
runs-on: ubuntu-latest
4734
steps:
@@ -64,19 +51,6 @@ jobs:
6451
LUCIT_LICENSE_TOKEN: ${{ secrets.LUCIT_LICENSE_TOKEN }}
6552
run: coverage run --source unicorn_binance_websocket_api unittest_binance_websocket_api.py
6653

67-
- name: Upload coverage to Codecov
68-
uses: codecov/codecov-action@v3
69-
with:
70-
token: ${{ secrets.CODECOV_TOKEN }}
71-
flags: unittests
72-
name: codecov-umbrella
73-
verbose: true
74-
# directory: ./coverage/reports/
75-
# env_vars: OS,PYTHON
76-
# fail_ci_if_error: true
77-
# files: ./coverage.xml
78-
# path_to_write_report: ./coverage/codecov_report.txt
79-
8054
test_python_3_9:
8155
runs-on: ubuntu-latest
8256
steps:
@@ -99,19 +73,6 @@ jobs:
9973
LUCIT_LICENSE_TOKEN: ${{ secrets.LUCIT_LICENSE_TOKEN }}
10074
run: coverage run --source unicorn_binance_websocket_api unittest_binance_websocket_api.py
10175

102-
- name: Upload coverage to Codecov
103-
uses: codecov/codecov-action@v3
104-
with:
105-
# token: ${{ secrets.CODECOV_TOKEN }}
106-
# directory: ./coverage/reports/
107-
# env_vars: OS,PYTHON
108-
# fail_ci_if_error: true
109-
# files: ./coverage.xml
110-
flags: unittests
111-
name: codecov-umbrella
112-
# path_to_write_report: ./coverage/codecov_report.txt
113-
verbose: true
114-
11576
test_python_3_10:
11677
runs-on: ubuntu-latest
11778
steps:
@@ -134,19 +95,6 @@ jobs:
13495
LUCIT_LICENSE_TOKEN: ${{ secrets.LUCIT_LICENSE_TOKEN }}
13596
run: coverage run --source unicorn_binance_websocket_api unittest_binance_websocket_api.py
13697

137-
- name: Upload coverage to Codecov
138-
uses: codecov/codecov-action@v3
139-
with:
140-
# token: ${{ secrets.CODECOV_TOKEN }}
141-
# directory: ./coverage/reports/
142-
# env_vars: OS,PYTHON
143-
# fail_ci_if_error: true
144-
# files: ./coverage.xml
145-
flags: unittests
146-
name: codecov-umbrella
147-
# path_to_write_report: ./coverage/codecov_report.txt
148-
verbose: true
149-
15098
test_python_3_11:
15199
runs-on: ubuntu-latest
152100
steps:
@@ -169,19 +117,6 @@ jobs:
169117
LUCIT_LICENSE_TOKEN: ${{ secrets.LUCIT_LICENSE_TOKEN }}
170118
run: coverage run --source unicorn_binance_websocket_api unittest_binance_websocket_api.py
171119

172-
- name: Upload coverage to Codecov
173-
uses: codecov/codecov-action@v3
174-
with:
175-
# token: ${{ secrets.CODECOV_TOKEN }}
176-
# directory: ./coverage/reports/
177-
# env_vars: OS,PYTHON
178-
# fail_ci_if_error: true
179-
# files: ./coverage.xml
180-
flags: unittests
181-
name: codecov-umbrella
182-
# path_to_write_report: ./coverage/codecov_report.txt
183-
verbose: true
184-
185120
test_python_3_12:
186121
runs-on: ubuntu-latest
187122
steps:
@@ -207,12 +142,7 @@ jobs:
207142
- name: Upload coverage to Codecov
208143
uses: codecov/codecov-action@v3
209144
with:
210-
# token: ${{ secrets.CODECOV_TOKEN }}
211-
# directory: ./coverage/reports/
212-
# env_vars: OS,PYTHON
213-
# fail_ci_if_error: true
214-
# files: ./coverage.xml
145+
token: ${{ secrets.CODECOV_TOKEN }}
215146
flags: unittests
216147
name: codecov-umbrella
217-
# path_to_write_report: ./coverage/codecov_report.txt
218148
verbose: true

0 commit comments

Comments
 (0)