Skip to content

Commit

Permalink
more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Nov 16, 2024
1 parent d6c2ccd commit c6f538a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,8 @@ jobs:
COVERAGE_REPORT_FILE="${COVERAGE_REPORT_DIR}/lcov.info"
mkdir -p "${COVERAGE_REPORT_DIR}"
# display coverage files (for debug)
ls -al ${{ github.workspace }}/build/
du -h ${{ github.workspace }}/build/
grcov --version
ls -al target/
ls -al target/debug
grcov ${{ github.workspace }}/build/ --output-type files -b target/debug/ --ignore build.rs --ignore "vendor/*" --ignore "/*" --ignore "[a-zA-Z]:/*" --excl-br-line "^\s*((debug_)?assert(_eq|_ne)?!|#\[derive\()" | sort --unique
Expand Down

0 comments on commit c6f538a

Please sign in to comment.