Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
/python-vuejsPublic archive

Commite8f82ff

Browse files
committed
Merge
2 parents3235264 +a4166d0 commite8f82ff

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

‎.coveragerc‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎HISTORY.rst‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
History
33
=======
44

5+
1.0.3 (2017-05-30)
6+
------------------
7+
8+
* Housekeeping
9+
510
1.0.2 (2017-05-30)
611
------------------
712

813
* Better coverage
914
* Make commands
15+
* Dropped bumpversion in favour of punch.py
1016

1117
1.0.1 (2017-05-30)
1218
------------------

‎setup.cfg‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,19 @@ universal = 1
44
[flake8]
55
exclude = docs
66

7+
[coverage:run]
8+
branch = true
9+
omit =
10+
python_vuejs/cli.py
11+
12+
[coverage:report]
13+
show_missing = true
14+
skip_covered = true
15+
16+
exclude_lines =
17+
if__name__ == .__main__.:
18+
except ImportError
19+
def cli
20+
21+
[coverage:html]
22+
title ="[python-vuejs] Coverage Report"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp