mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-02 01:29:25 +09:00
add tests (count_riseup, DispatchChecker)
This commit is contained in:
parent
ec455cad1b
commit
f28b2be611
4 changed files with 370 additions and 0 deletions
|
@ -96,6 +96,14 @@ test/input/slavelogs/
|
|||
├── 103_89_clk.txt
|
||||
```
|
||||
|
||||
## Coverage Reportの出し方
|
||||
|
||||
```julia
|
||||
using LocalCoverage
|
||||
html_coverage(generate_coverage(), open = true)
|
||||
```
|
||||
Full testのほうが当然だがcoverageが高くなる。
|
||||
|
||||
# 新しいQAQCキャンペーン時に更新すべき内容
|
||||
|
||||
- [`PSBoardDataBase.insert_qaqc_campaign_id`](@ref): キャンペーンの日時
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue