|
56 | 56 | flit install -s
|
57 | 57 | pytest --cov=datajudge --cov-report=xml --cov-append tests/unit
|
58 | 58 | - name: Generate code coverage report
|
59 |
| - uses: codecov/codecov-action@v3.1.1 |
| 59 | + uses: codecov/codecov-action@v3.1.2 |
60 | 60 | with:
|
61 | 61 | file: ./coverage.xml
|
62 | 62 |
|
@@ -107,7 +107,7 @@ jobs:
|
107 | 107 | flit install -s
|
108 | 108 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=mssql tests/integration
|
109 | 109 | - name: Generate code coverage report
|
110 |
| - uses: codecov/codecov-action@v3.1.1 |
| 110 | + uses: codecov/codecov-action@v3.1.2 |
111 | 111 | with:
|
112 | 112 | file: ./coverage.xml
|
113 | 113 |
|
@@ -151,7 +151,7 @@ jobs:
|
151 | 151 | flit install -s
|
152 | 152 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=postgres tests/integration
|
153 | 153 | - name: Generate code coverage report
|
154 |
| - uses: codecov/codecov-action@v3.1.1 |
| 154 | + uses: codecov/codecov-action@v3.1.2 |
155 | 155 | with:
|
156 | 156 | file: ./coverage.xml
|
157 | 157 |
|
@@ -199,7 +199,7 @@ jobs:
|
199 | 199 | flit install -s
|
200 | 200 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=db2 tests/integration
|
201 | 201 | - name: Generate code coverage report
|
202 |
| - uses: codecov/codecov-action@v3.1.1 |
| 202 | + uses: codecov/codecov-action@v3.1.2 |
203 | 203 | with:
|
204 | 204 | file: ./coverage.xml
|
205 | 205 |
|
@@ -236,7 +236,7 @@ jobs:
|
236 | 236 | SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
|
237 | 237 | SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
|
238 | 238 | - name: Generate code coverage report
|
239 |
| - uses: codecov/codecov-action@v3.1.1 |
| 239 | + uses: codecov/codecov-action@v3.1.2 |
240 | 240 | with:
|
241 | 241 | file: ./coverage.xml
|
242 | 242 |
|
@@ -273,7 +273,7 @@ jobs:
|
273 | 273 | flit install -s
|
274 | 274 | pytest -n auto --cov=datajudge --cov-report=xml --cov-append --backend=bigquery tests/integration
|
275 | 275 | - name: Generate code coverage report
|
276 |
| - uses: codecov/codecov-action@v3.1.1 |
| 276 | + uses: codecov/codecov-action@v3.1.2 |
277 | 277 | with:
|
278 | 278 | file: ./coverage.xml
|
279 | 279 |
|
@@ -311,7 +311,7 @@ jobs:
|
311 | 311 | flit install -s
|
312 | 312 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_column_capitalization.py
|
313 | 313 | - name: Generate code coverage report
|
314 |
| - uses: codecov/codecov-action@v3.1.1 |
| 314 | + uses: codecov/codecov-action@v3.1.2 |
315 | 315 | with:
|
316 | 316 | file: ./coverage.xml
|
317 | 317 |
|
@@ -349,7 +349,7 @@ jobs:
|
349 | 349 | flit install -s
|
350 | 350 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_data_source.py
|
351 | 351 | - name: Generate code coverage report
|
352 |
| - uses: codecov/codecov-action@v3.1.1 |
| 352 | + uses: codecov/codecov-action@v3.1.2 |
353 | 353 | with:
|
354 | 354 | file: ./coverage.xml
|
355 | 355 |
|
@@ -386,7 +386,7 @@ jobs:
|
386 | 386 | flit install -s
|
387 | 387 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k row
|
388 | 388 | - name: Generate code coverage report
|
389 |
| - uses: codecov/codecov-action@v3.1.1 |
| 389 | + uses: codecov/codecov-action@v3.1.2 |
390 | 390 | with:
|
391 | 391 | file: ./coverage.xml
|
392 | 392 |
|
@@ -424,7 +424,7 @@ jobs:
|
424 | 424 | flit install -s
|
425 | 425 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k uniques
|
426 | 426 | - name: Generate code coverage report
|
427 |
| - uses: codecov/codecov-action@v3.1.1 |
| 427 | + uses: codecov/codecov-action@v3.1.2 |
428 | 428 | with:
|
429 | 429 | file: ./coverage.xml
|
430 | 430 |
|
@@ -461,7 +461,7 @@ jobs:
|
461 | 461 | flit install -s
|
462 | 462 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k date
|
463 | 463 | - name: Generate code coverage report
|
464 |
| - uses: codecov/codecov-action@v3.1.1 |
| 464 | + uses: codecov/codecov-action@v3.1.2 |
465 | 465 | with:
|
466 | 466 | file: ./coverage.xml
|
467 | 467 |
|
@@ -498,7 +498,7 @@ jobs:
|
498 | 498 | flit install -s
|
499 | 499 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k varchar
|
500 | 500 | - name: Generate code coverage report
|
501 |
| - uses: codecov/codecov-action@v3.1.1 |
| 501 | + uses: codecov/codecov-action@v3.1.2 |
502 | 502 | with:
|
503 | 503 | file: ./coverage.xml
|
504 | 504 |
|
@@ -536,6 +536,6 @@ jobs:
|
536 | 536 | flit install -s
|
537 | 537 | pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k numeric
|
538 | 538 | - name: Generate code coverage report
|
539 |
| - uses: codecov/codecov-action@v3.1.1 |
| 539 | + uses: codecov/codecov-action@v3.1.2 |
540 | 540 | with:
|
541 | 541 | file: ./coverage.xml
|
0 commit comments