AkiyukiOkayasu / pacmog

PCM decoding library for embedded systems
Apache License 2.0
6 stars 3 forks source link

Improve CI #26

Closed AkiyukiOkayasu closed 1 year ago

github-actions[bot] commented 1 year ago

LLVM code coverage

Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover

aiff.rs 141 24 82.98% 21 6 71.43% 195 10 94.87% 0 0 - imaadpcm.rs 70 9 87.14% 14 2 85.71% 169 7 95.86% 0 0 - lib.rs 136 34 75.00% 22 1 95.45% 202 27 86.63% 0 0 - wav.rs 126 22 82.54% 22 8 63.64% 169 8 95.27% 0 0 -

TOTAL 473 89 81.18% 79 17 78.48% 735 52 92.93% 0 0 -

github-actions[bot] commented 1 year ago

Clippy

github-actions[bot] commented 1 year ago

LLVM code coverage

running 7 tests test aiff::tests::chunk_id_test ... ok test aiff::tests::compression_type_id_test ... ok test aiff::tests::extended2double_test ... ok test imaadpcm::tests::ima_adpcm_decode ... ok test wav::tests::calc_num_samples ... ok test wav::tests::chunk_id_test ... ok test wav::tests::wave_format_tag_test ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

running 20 tests test aiff_16bit ... ok test aiff_24bit ... ok test aiff_32bit ... ok test aiff_32bit_float ... ok test aiff_64bit_float ... ok test aiff_float32_specs ... ok test aiff_linearpcm_specs ... ok test fixed_test ... ok test ima_adpcm_4bit ... ok test ima_adpcm_4bit_2ch ... ok test ima_adpcm_4bit_2ch_play_to_end ... ok test ima_adpcm_4bit_play_to_end ... ok test wav_16bit ... ok test wav_24bit ... ok test wav_32bit ... ok test wav_32bit_float ... ok test wav_64bit_float ... ok test wav_float32_specs ... ok test wav_linearpcm_specs ... ok test wav_player_32bit ... ok

test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.78s

github-actions[bot] commented 1 year ago

Clippy

github-actions[bot] commented 1 year ago

<!doctype html>

Coverage Report

Created: 2023-03-07 09:14

Click here for information about interpreting this report.

FilenameFunction CoverageLine CoverageRegion CoverageBranch Coverage
aiff.rs
  71.43% (15/21)
  94.87% (185/195)
  82.98% (117/141)
- (0/0)
imaadpcm.rs
  85.71% (12/14)
  95.86% (162/169)
  87.14% (61/70)
- (0/0)
lib.rs
  95.45% (21/22)
  86.63% (175/202)
  75.00% (102/136)
- (0/0)
wav.rs
  63.64% (14/22)
  95.27% (161/169)
  82.54% (104/126)
- (0/0)
Totals
  78.48% (62/79)
  92.93% (683/735)
  81.18% (384/473)
- (0/0)
Generated by llvm-cov -- llvm version 15.0.6-rust-1.67.1-stable

github-actions[bot] commented 1 year ago

Clippy