Skip to content

Commit e3ead2f

Browse files
Bump codecov/codecov-action from 3.1.1 to 3.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 956aeda commit e3ead2f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
flit install -s
5757
pytest --cov=datajudge --cov-report=xml --cov-append tests/unit
5858
- name: Generate code coverage report
59-
uses: codecov/codecov-action@v3.1.1
59+
uses: codecov/codecov-action@v3.1.2
6060
with:
6161
file: ./coverage.xml
6262

@@ -107,7 +107,7 @@ jobs:
107107
flit install -s
108108
pytest --cov=datajudge --cov-report=xml --cov-append --backend=mssql tests/integration
109109
- name: Generate code coverage report
110-
uses: codecov/codecov-action@v3.1.1
110+
uses: codecov/codecov-action@v3.1.2
111111
with:
112112
file: ./coverage.xml
113113

@@ -151,7 +151,7 @@ jobs:
151151
flit install -s
152152
pytest --cov=datajudge --cov-report=xml --cov-append --backend=postgres tests/integration
153153
- name: Generate code coverage report
154-
uses: codecov/codecov-action@v3.1.1
154+
uses: codecov/codecov-action@v3.1.2
155155
with:
156156
file: ./coverage.xml
157157

@@ -199,7 +199,7 @@ jobs:
199199
flit install -s
200200
pytest --cov=datajudge --cov-report=xml --cov-append --backend=db2 tests/integration
201201
- name: Generate code coverage report
202-
uses: codecov/codecov-action@v3.1.1
202+
uses: codecov/codecov-action@v3.1.2
203203
with:
204204
file: ./coverage.xml
205205

@@ -236,7 +236,7 @@ jobs:
236236
SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
237237
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
238238
- name: Generate code coverage report
239-
uses: codecov/codecov-action@v3.1.1
239+
uses: codecov/codecov-action@v3.1.2
240240
with:
241241
file: ./coverage.xml
242242

@@ -273,7 +273,7 @@ jobs:
273273
flit install -s
274274
pytest -n auto --cov=datajudge --cov-report=xml --cov-append --backend=bigquery tests/integration
275275
- name: Generate code coverage report
276-
uses: codecov/codecov-action@v3.1.1
276+
uses: codecov/codecov-action@v3.1.2
277277
with:
278278
file: ./coverage.xml
279279

@@ -311,7 +311,7 @@ jobs:
311311
flit install -s
312312
pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_column_capitalization.py
313313
- name: Generate code coverage report
314-
uses: codecov/codecov-action@v3.1.1
314+
uses: codecov/codecov-action@v3.1.2
315315
with:
316316
file: ./coverage.xml
317317

@@ -349,7 +349,7 @@ jobs:
349349
flit install -s
350350
pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_data_source.py
351351
- name: Generate code coverage report
352-
uses: codecov/codecov-action@v3.1.1
352+
uses: codecov/codecov-action@v3.1.2
353353
with:
354354
file: ./coverage.xml
355355

@@ -386,7 +386,7 @@ jobs:
386386
flit install -s
387387
pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k row
388388
- name: Generate code coverage report
389-
uses: codecov/codecov-action@v3.1.1
389+
uses: codecov/codecov-action@v3.1.2
390390
with:
391391
file: ./coverage.xml
392392

@@ -424,7 +424,7 @@ jobs:
424424
flit install -s
425425
pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k uniques
426426
- name: Generate code coverage report
427-
uses: codecov/codecov-action@v3.1.1
427+
uses: codecov/codecov-action@v3.1.2
428428
with:
429429
file: ./coverage.xml
430430

@@ -461,7 +461,7 @@ jobs:
461461
flit install -s
462462
pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k date
463463
- name: Generate code coverage report
464-
uses: codecov/codecov-action@v3.1.1
464+
uses: codecov/codecov-action@v3.1.2
465465
with:
466466
file: ./coverage.xml
467467

@@ -498,7 +498,7 @@ jobs:
498498
flit install -s
499499
pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k varchar
500500
- name: Generate code coverage report
501-
uses: codecov/codecov-action@v3.1.1
501+
uses: codecov/codecov-action@v3.1.2
502502
with:
503503
file: ./coverage.xml
504504

@@ -536,6 +536,6 @@ jobs:
536536
flit install -s
537537
pytest --cov=datajudge --cov-report=xml --cov-append --backend=impala tests/integration/test_integration.py -k numeric
538538
- name: Generate code coverage report
539-
uses: codecov/codecov-action@v3.1.1
539+
uses: codecov/codecov-action@v3.1.2
540540
with:
541541
file: ./coverage.xml

0 commit comments

Comments
 (0)