Skip to content

Commit d4538e0

Browse files
committed
Refine CI
1 parent 605d044 commit d4538e0

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,7 @@ jobs:
9999
- name: Coverage run
100100
run: |
101101
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
109103
110104
CodeFormatting:
111105
runs-on: ubuntu-latest
@@ -119,7 +113,7 @@ jobs:
119113

120114
- name: Install Dependencies
121115
run: |
122-
sudo apt-get install clang-format-11
116+
sudo apt-get install clang-format-19
123117
clang-format --version
124118
125119
- name: Run formatting style check
@@ -143,8 +137,7 @@ jobs:
143137
- name: Prepare compilation DB
144138
# Since we're not compiling on the Beaglebone, disable arm specifics
145139
run: |
146-
echo 'ARM_COMPILE_FLAGS=' >> $GITHUB_ENV
147-
bear -- make
140+
ARM_COMPILE_FLAGS= bear -- make
148141
149142
- name: Run clang tidy
150143
run: |

0 commit comments

Comments
 (0)