Skip to content

Commit d2e0f84

Browse files
committed
Add coverage badge to README
1 parent 9a946c9 commit d2e0f84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DRF Excel: Django REST Framework Excel Spreadsheet (xlsx) Renderer
22

3+
[![codecov](https://codecov.io/gh/wharton/drf-excel/graph/badge.svg?token=EETTI9XRNO)](https://codecov.io/gh/wharton/drf-excel)
4+
35
`drf-excel` provides an Excel spreadsheet (xlsx) renderer for Django REST Framework. It uses OpenPyXL to create the spreadsheet and provide the file to the end user.
46

57
## Requirements

0 commit comments

Comments
 (0)