Skip to content

Commit

Permalink
Adding coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
xiancg committed Dec 3, 2019
1 parent 00827dd commit ca8ed14
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,6 @@ install:
- pip install pipenv
- pipenv install
- pipenv install --dev
script: tox
script: tox
after_success:
- coveralls
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -11,6 +11,7 @@ flake8 = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
synchronizer = {editable = true,path = "."}
python-coveralls = "*"

[packages]
six = "*"
26 changes: 25 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -2,6 +2,7 @@

[![Documentation Status](https://readthedocs.org/projects/synchronizer/badge/?version=latest)](https://synchronizer.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/xiancg/synchronizer.svg?branch=master)](https://travis-ci.org/xiancg/synchronizer)
[![Coverage Status](https://coveralls.io/repos/github/xiancg/synchronizer/badge.svg?branch=master)](https://coveralls.io/github/xiancg/synchronizer?branch=master)

A collection of utilities for CGI-VFX to copy files from one place to another, find out basic stat differences between them and handle file sequences and textures (tx files).

Expand Down

0 comments on commit ca8ed14

Please sign in to comment.