Files
coverage-comment-action/report.md
Joachim Jablon ebcebf7ed6 WIP
2021-09-25 11:54:09 +02:00

29 lines
347 B
Markdown

# 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"
```
---