WIP
This commit is contained in:
28
report.md
Normal file
28
report.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Diff Coverage
|
||||
## Diff: origin/master...HEAD, staged and unstaged changes
|
||||
|
||||
- tests/code.py (0.0%): Missing lines 9
|
||||
|
||||
## Summary
|
||||
|
||||
- **Total**: 1 line
|
||||
- **Missing**: 1 line
|
||||
- **Coverage**: 0%
|
||||
|
||||
|
||||
|
||||
## tests/code.py
|
||||
|
||||
Lines 5-10
|
||||
|
||||
```python
|
||||
if arg is None:
|
||||
return "a"
|
||||
elif arg is True:
|
||||
return "b"
|
||||
return "c"
|
||||
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user