Skip to content

Commit

Permalink
docs: thinking in code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 7, 2020
1 parent df13333 commit 54bee7e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/assets/docs/practise.md
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,26 @@ Mock 和 Stub 就是常见的两种方式:

然后,再来个 Examples。

## 测试覆盖率

### 测试覆盖率曲线

```echarts
{
"xAxis": {
"type": "category"
},
"yAxis": {
"type": "value"
},
"series": [{
"data": [0, 1, 5, 10, 9, 14, 15, 30, 40, 45, 54, 60, 58, 65, 60, 70, 75, 78, 76, 80, 82, 83, 84, 85, 86, 87, 92, 95, 98, 97, 99, 98, 99, 98, 97, 99],
"type": "line",
"smooth": true
}]
}
```

# 度量

## 评估与度量
Expand Down

0 comments on commit 54bee7e

Please sign in to comment.