Skip to content

Commit

Permalink
Actions - disable ceedling gcov temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbond7 committed Dec 22, 2023
1 parent 1a809f6 commit 060d46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
cd solutions/exercise-4
ceedling gcov:all
ceedling utils:gcov
# ceedling utils:gcov
mkdir -p build/test-reports
cp build/artifacts/gcov/*.xml build/test-reports/
- name: CC Check
Expand All @@ -50,7 +50,7 @@ jobs:
lizard
cd ../../exercise-4/src
lizard
- name: CC Check
- name: OCLint
run: |
cd solutions/exercise-1
oclint src/*.c -- -c -I vendor/ceedling/vendor/unity/src/
Expand Down

0 comments on commit 060d46a

Please sign in to comment.