diff options
| author | 2017-03-03 21:23:09 +0100 | |
|---|---|---|
| committer | 2017-03-03 21:23:09 +0100 | |
| commit | 7cdfde89e020370472dc100ee3eaca346c2e31e9 (patch) | |
| tree | 716305bad6752b5dbd7b3a42b81fab05410532f3 | |
| parent | ad0e178e17b9fa600f57759bd3da885f2032555b (diff) | |
| download | askama-7cdfde89e020370472dc100ee3eaca346c2e31e9.tar.gz askama-7cdfde89e020370472dc100ee3eaca346c2e31e9.tar.bz2 askama-7cdfde89e020370472dc100ee3eaca346c2e31e9.zip | |
Add codecov badge to README
Diffstat (limited to '')
| -rw-r--r-- | README.rst | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -3,6 +3,8 @@ Askama  .. image:: https://travis-ci.org/djc/askama.svg?branch=master     :target: https://travis-ci.org/djc/askama +.. image:: https://codecov.io/gh/djc/askama/branch/master/graph/badge.svg +   :target: https://codecov.io/gh/djc/askama  Askama implements a template rendering engine based on Jinja.  It generates Rust code from your templates at compile time | 
