Skip to content

Commit

Permalink
add readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Apr 3, 2022
1 parent e6e0d50 commit 99d3d5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Django CI
name: test

on:
push:
Expand Down Expand Up @@ -59,12 +59,7 @@ jobs:
pip install -r example/requirements.txt
- name: Run Tests
run: |
DBENGINE=sqlite coverage run --parallel-mode --source='fast_update' ./example/manage.py test exampleapp
DBENGINE=postgres coverage run --parallel-mode --source='fast_update' ./example/manage.py test exampleapp
DBENGINE=mysql coverage run --parallel-mode --source='fast_update' ./example/manage.py test exampleapp
DBENGINE=mysql8 coverage run --parallel-mode --source='fast_update' ./example/manage.py test exampleapp
coverage combine
coverage report
./test_all.sh
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![test](https://github.com/netzkolchose/django-fast-update/actions/workflows/django.yml/badge.svg?branch=master)](https://github.com/netzkolchose/django-fast-update/actions/workflows/django.yml)
[![Coverage Status](https://coveralls.io/repos/github/netzkolchose/django-fast-update/badge.svg?branch=master)](https://coveralls.io/github/netzkolchose/django-fast-update?branch=master)


### django-fast-update ###

Faster db updates using `UPDATE FROM VALUES` sql variants.
Expand Down

0 comments on commit 99d3d5c

Please sign in to comment.