File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 99
99
- name : Coverage run
100
100
run : |
101
101
make -C src beagleg.coverage
102
-
103
- - name : Upload coverage
104
- uses : codecov/codecov-action@v2
105
- with :
106
- files : src/beagleg.coverage
107
- fail_ci_if_error : true
108
- verbose : true
102
+ # todo: do something with coverage
109
103
110
104
CodeFormatting :
111
105
runs-on : ubuntu-latest
@@ -119,7 +113,7 @@ jobs:
119
113
120
114
- name : Install Dependencies
121
115
run : |
122
- sudo apt-get install clang-format-11
116
+ sudo apt-get install clang-format-19
123
117
clang-format --version
124
118
125
119
- name : Run formatting style check
@@ -143,8 +137,7 @@ jobs:
143
137
- name : Prepare compilation DB
144
138
# Since we're not compiling on the Beaglebone, disable arm specifics
145
139
run : |
146
- echo 'ARM_COMPILE_FLAGS=' >> $GITHUB_ENV
147
- bear -- make
140
+ ARM_COMPILE_FLAGS= bear -- make
148
141
149
142
- name : Run clang tidy
150
143
run : |
You can’t perform that action at this time.
0 commit comments