File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 19
19
cache : " pip"
20
20
cache-dependency-path : |
21
21
**/*requirements*.txt
22
-
23
22
- name : Install apt deps
24
23
run : sudo apt-get update && sudo apt-get install -qq -y libxml2-dev libxslt1-dev
25
-
26
24
- name : Install dependencies
27
25
run : pip install -Ur requirements-dev.txt
28
-
29
26
- name : Test with mypy
30
- run : mypy --cobertura-xml-report . .
31
-
32
- - uses : codecov/codecov-action@v4
33
- with :
34
- name : types
35
- fail_ci_if_error : true
36
- token : ${{ secrets.CODECOV_TOKEN }}
37
- disable_search : true
38
- file : cobertura.xml
39
- flags : types
27
+ run : pre-commit run mypy --all
Original file line number Diff line number Diff line change @@ -65,4 +65,3 @@ config.json
65
65
.vagrant /
66
66
.mypy_cache /
67
67
.DS_Store
68
- cobertura.xml
Original file line number Diff line number Diff line change @@ -10,14 +10,6 @@ coverage:
10
10
11
11
component_management :
12
12
individual_components :
13
- - component_id : types
14
- name : types
15
- flag_regexes :
16
- - types
17
- statuses :
18
- - type : patch
19
- target : 90%
20
-
21
13
- component_id : tests
22
14
name : tests
23
15
flag_regexes :
You can’t perform that action at this time.
0 commit comments