Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions .github/workflows/bazel-ci.yml

This file was deleted.

135 changes: 0 additions & 135 deletions .github/workflows/cmake-ci.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Code Coverage
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,8 +57,12 @@ jobs:
- name: Run lcov
run: lcov --capture --directory "${{ github.workspace }}/_build" --output-file coverage.info --no-external --directory "${{ github.workspace }}" --exclude '*/tests/*'

- name: dump lcov
run: lcov --list coverage.info

- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.info
debug: true
30 changes: 0 additions & 30 deletions .github/workflows/doxygen.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/linting.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/release.yml

This file was deleted.