Skip to content

Commit

Permalink
fix: missing >
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jul 18, 2024
1 parent 9d75a1b commit 0cd67ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
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
llvm-cov export bin/chatterino-test --instr-profile default.profdata --format lcov > lcov.txt
working-directory: build-test

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 0cd67ae

Please sign in to comment.