Skip to content

Commit

Permalink
Merge pull request #82 from Dresdn/issue-69-codecov
Browse files Browse the repository at this point in the history
Add codecov.io upload
  • Loading branch information
Dresdn authored Oct 20, 2021
2 parents f10444e + 53dc297 commit 013cd58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down

0 comments on commit 013cd58

Please sign in to comment.