Merge pull request #82 from Dresdn/issue-69-codecov

Add codecov.io upload
This commit is contained in:
Mike 2021-10-20 15:11:43 +00:00 committed by GitHub
commit 013cd58109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -45,3 +45,8 @@ jobs:
poetry run pytest
poetry check
poetry run pip check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml

View file

@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/lvm/django-eav2.svg?branch=master)](https://travis-ci.org/lvm/django-eav2)
[![codecov](https://codecov.io/gh/jazzband/django-eav2/branch/master/graph/badge.svg?token=BJk3zS22BS)](https://codecov.io/gh/jazzband/django-eav2)
![Python Version](https://img.shields.io/badge/Python-3.6,%203.7,%203.8,%203.9-blue.svg)
![Django Version](https://img.shields.io/badge/Django-2.2,%20,3.1,%203.2-green.svg)
[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/)