Skip to content

Commit

Permalink
Add Github action for code-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhashiniNaik committed Nov 8, 2024
1 parent 970f753 commit 0898d89
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.22.x'
- name: Configure CMake
run: cmake -B cmake-build-posix -S executables/referenceApp -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build
run: cmake --build cmake-build-posix --target app.referenceApp -j --config ${{env.BUILD_TYPE}}

- name: Test
# Execute tests defined by the CMake configuration.
run: |
Expand Down

0 comments on commit 0898d89

Please sign in to comment.