Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Jul 15, 2024
1 parent 0d79839 commit 7ee32d5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
cd build
make clean # Ensure a clean build to run clang-tidy on all files
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
run-clang-tidy-10 -p
# clang-tidy -p .
clang-tidy -p .
# run-clang-tidy-10 -p
#- name: Check code formatting with clang-format
# run: |
Expand All @@ -49,16 +49,16 @@ jobs:
cd build
ctest --output-on-failure
- name: Generate code coverage
run: |
cd build
make coverage
# - name: Generate code coverage
# run: |
# cd build
# make coverage

- name: Upload code coverage results
if: always()
uses: actions/upload-artifact@v2
with:
name: coverage-results
path: build/coverage-results
# - name: Upload code coverage results
# if: always()
# uses: actions/upload-artifact@v2
# with:
# name: coverage-results
# path: build/coverage-results


0 comments on commit 7ee32d5

Please sign in to comment.