Skip to content

Commit

Permalink
exclude addons from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 25, 2024
1 parent e3a73ee commit 9384b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .fluentci/src/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const test = async (src = ".") => {
"-c",
"music-player & \
sleep 3 && \
cargo llvm-cov --all-features --lib --workspace --lcov --output-path lcov.info && \
cargo llvm-cov --ignore-filename-regex addons --all-features --lib --workspace --lcov --output-path lcov.info && \
killall -s TERM music-player",
]);

Expand Down

0 comments on commit 9384b81

Please sign in to comment.