Skip to content

Commit

Permalink
remove function summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Tachi107 committed Jan 13, 2024
1 parent 23b2d1f commit 6298376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
chmod +x $HOME/.local/bin/cov.sh
export PATH="$HOME/.local/bin:$PATH"
cd build
find .. -name '*.gcda' -o -name '*.gcno' | xargs cov.sh --branch-probabilities --function-summaries --preserve-paths --relative-only
find .. -name '*.gcda' -o -name '*.gcno' | xargs cov.sh --branch-probabilities --preserve-paths --relative-only
curl --remote-name-all \
https://keybase.io/codecovsecurity/pgp_keys.asc \
https://uploader.codecov.io/latest/linux/codecov \
Expand Down

0 comments on commit 6298376

Please sign in to comment.