Files
coverage-comment-action/report.md

29 lines
347 B
Markdown
Raw Normal View History

2021-09-25 09:50:58 +02:00
# 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"
```
---