Skip to content

Commit

Permalink
Merge 9b603d7 into f75febe
Browse files Browse the repository at this point in the history
  • Loading branch information
arnsangra committed Apr 12, 2020
2 parents f75febe + 9b603d7 commit 5b8df15
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .coveragerc
@@ -0,0 +1,13 @@
[run]
branch = True
source = mdutils

[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*
12 changes: 9 additions & 3 deletions .travis.yml
@@ -1,9 +1,15 @@
language: python
python:
- "3.6"
script: python -m unittest
branches:
except:
only:
- master

- /.*/

install:
- pip install coverage
- pip install coveralls
script:
- coverage run -m unittest discover
after_success:
- coveralls
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,7 @@
# mdutils
[![Build Status](https://travis-ci.org/didix21/mdutils.svg?branch=master)](https://travis-ci.org/didix21/mdutils)
[![Documentation Status](https://readthedocs.org/projects/mdutils/badge/?version=latest)](http://mdutils.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/didix21/mdutils/badge.svg?branch=add-coveralls)](https://coveralls.io/github/didix21/mdutils?branch=add-coveralls)

Table of Contents
=================
Expand All @@ -9,7 +10,6 @@ Table of Contents
- [Writing and Reading Files](#writing-and-reading-files)
- [Markdown](#markdown)
- [Installation](#installation)
- [Things to do](#things-to-do)
- [Markdown File Example](#markdown-file-example)

Overview
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5b8df15

Please sign in to comment.