Skip to content

Commit 8e66c43

Browse files
committed
add debug and remove other actions
1 parent c84c69e commit 8e66c43

File tree

6 files changed

+4
-295
lines changed

6 files changed

+4
-295
lines changed

.github/workflows/bazel-ci.yml

-50
This file was deleted.

.github/workflows/cmake-ci.yml

-131
This file was deleted.

.github/workflows/coverage.yml

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

56+
- name: dump lcov
57+
run: lcov --list coverage.info
58+
5659
- name: Coveralls
5760
uses: coverallsapp/github-action@v2
5861
with:
5962
github-token: ${{ secrets.GITHUB_TOKEN }}
6063
files: coverage.info
64+
debug: true

.github/workflows/doxygen.yml

-30
This file was deleted.

.github/workflows/linting.yml

-50
This file was deleted.

.github/workflows/release.yml

-34
This file was deleted.

0 commit comments

Comments
 (0)