Skip to content

Commit 9abbd8a

Browse files
committed
add debug and remove other actions
1 parent b123de2 commit 9abbd8a

File tree

6 files changed

+4
-307
lines changed

6 files changed

+4
-307
lines changed

.github/workflows/bazel-ci.yml

-54
This file was deleted.

.github/workflows/cmake-ci.yml

-135
This file was deleted.

.github/workflows/coverage.yml

+4
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,12 @@ jobs:
5757
- name: Run lcov
5858
run: lcov --capture --directory "${{ github.workspace }}/_build" --output-file coverage.info --no-external --directory "${{ github.workspace }}" --exclude '*/tests/*'
5959

60+
- name: dump lcov
61+
run: lcov --list coverage.info
62+
6063
- name: Coveralls
6164
uses: coverallsapp/github-action@v2
6265
with:
6366
github-token: ${{ secrets.GITHUB_TOKEN }}
6467
files: coverage.info
68+
debug: true

.github/workflows/doxygen.yml

-30
This file was deleted.

.github/workflows/linting.yml

-54
This file was deleted.

.github/workflows/release.yml

-34
This file was deleted.

0 commit comments

Comments
 (0)