Skip to content

Commit

Permalink
remove the grcov display file list step
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Nov 16, 2024
1 parent c6f538a commit f35dbfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,6 @@ jobs:
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
# generate coverage report
grcov ${{ github.workspace }}/build/ --output-type lcov -b target/debug/ --output-path "${COVERAGE_REPORT_FILE}" --branch --ignore build.rs --ignore "vendor/*" --ignore "/*" --ignore "[a-zA-Z]:/*" --excl-br-line "^\s*((debug_)?assert(_eq|_ne)?!|#\[derive\()"
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f35dbfd

Please sign in to comment.