Skip to content

Commit

Permalink
ci: list stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jul 18, 2024
1 parent 9f7c5db commit 9d75a1b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,15 @@ jobs:
cd ../pubsub-server-test
./server 127.0.0.1:9050 &
cd ../build-test
export LLVM_PROFILE_FILE="cov/c2-%p.profraw"
export LLVM_PROFILE_FILE="$(pwd)/cov/c2-%p.profraw"
ctest --repeat until-pass:4 --output-on-failure --exclude-regex ClassicEmoteNameFiltering
working-directory: build-test

- name: Export Coverage
run: |
llvm-profdata merge -sparse cov/c2-*.profraw -o default.profdata
ls -la
ls -la cov
llvm-profdata merge -sparse cov/*.profraw -o default.profdata
llvm-cov export bin/chatterino-test --instr-profile default.profdata --format lcov lcov.txt
working-directory: build-test

Expand Down

0 comments on commit 9d75a1b

Please sign in to comment.