File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- name : ci
1
+ name : Semantic Tests
2
2
on :
3
3
push :
4
4
branches :
8
8
9
9
jobs :
10
10
test-stable-versions :
11
+ environment : Tests
11
12
strategy :
12
13
fail-fast : false
13
14
matrix :
@@ -57,13 +58,14 @@ jobs:
57
58
- run : sudo apt-get install graphviz graphviz-dev
58
59
- run : pip install tox
59
60
- run : tox -e pydantic${{ matrix.pydantic_version }}-sphinx${{ matrix.sphinx_version }}
60
- - name : Codecov
61
- uses : codecov/codecov-action@v2.1.0
61
+ - name : Code Coverage
62
+ uses : codecov/codecov-action@v4
62
63
with :
63
64
fail_ci_if_error : true
65
+ token : ${{ secrets.CODACY_PROJECT_TOKEN }}
64
66
65
67
test-latest-version :
66
- environment : ci
68
+ environment : Tests
67
69
runs-on : ubuntu-22.04
68
70
steps :
69
71
- uses : actions/checkout@v2
79
81
fail_ci_if_error : true
80
82
81
83
test-no-erdantic-version :
82
- environment : ci
84
+ environment : Tests
83
85
runs-on : ubuntu-22.04
84
86
steps :
85
87
- uses : actions/checkout@v2
90
92
- run : tox -e no_erdantic
91
93
92
94
test-development-versions-deps :
93
- environment : ci
95
+ environment : Tests
94
96
runs-on : ubuntu-22.04
95
97
steps :
96
98
- uses : actions/checkout@v2
@@ -104,7 +106,7 @@ jobs:
104
106
- run : echo "Done"
105
107
106
108
test-linter :
107
- environment : ci
109
+ environment : Tests
108
110
runs-on : ubuntu-22.04
109
111
steps :
110
112
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments