mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
build(deps): bump to pytest 6.2.1, pytest-mock 3.4.0, mkdocs-material 6.1.7 and codecov-action v1.0.15 (#2201)
* build(deps): bump to pytest 6.2.1, pytest-mock 3.4.0, mkdocs-material 6.1.7 and codecov-action v1.0.15 replaces #2199, #2180 and #2164 * fix: yield_fixture is deprecated * chore: add dotenv in optional deps
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
||||
run: make test
|
||||
|
||||
- run: coverage xml
|
||||
- uses: codecov/codecov-action@v1.0.14
|
||||
- uses: codecov/codecov-action@v1.0.15
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
env_vars: COMPILED,DEPS,PYTHON,OS
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
run: make test
|
||||
|
||||
- run: coverage xml
|
||||
- uses: codecov/codecov-action@v1.0.14
|
||||
- uses: codecov/codecov-action@v1.0.15
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
env_vars: COMPILED,DEPS,PYTHON,OS
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
run: make test
|
||||
|
||||
- run: coverage xml
|
||||
- uses: codecov/codecov-action@v1.0.14
|
||||
- uses: codecov/codecov-action@v1.0.15
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
env_vars: COMPILED,DEPS,PYTHON,OS
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
|
||||
- run: coverage xml
|
||||
|
||||
- uses: codecov/codecov-action@v1.0.14
|
||||
- uses: codecov/codecov-action@v1.0.15
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
env_vars: COMPILED,DEPS,PYTHON,OS
|
||||
|
||||
Reference in New Issue
Block a user