Skip to content

Commit

Permalink
Update coverage and version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Mulliken committed Jun 8, 2021
1 parent 8676f50 commit b94c111
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
Binary file modified .coverage
Binary file not shown.
27 changes: 17 additions & 10 deletions coverage-reports/coverage-latest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage version="5.5" timestamp="1622579083319" lines-valid="7688" lines-covered="3782" line-rate="0.4919" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<coverage version="5.5" timestamp="1623189381652" lines-valid="7695" lines-covered="3790" line-rate="0.4925" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
Expand Down Expand Up @@ -1889,7 +1889,7 @@
</class>
</classes>
</package>
<package name=".Users.joshuamulliken..local.share.virtualenvs.wyzeapy-ioQo944D.lib.python3.8.site-packages.requests" line-rate="0.4861" branch-rate="0" complexity="0">
<package name=".Users.joshuamulliken..local.share.virtualenvs.wyzeapy-ioQo944D.lib.python3.8.site-packages.requests" line-rate="0.4866" branch-rate="0" complexity="0">
<classes>
<class name="__init__.py" filename="/Users/joshuamulliken/.local/share/virtualenvs/wyzeapy-ioQo944D/lib/python3.8/site-packages/requests/__init__.py" complexity="0" line-rate="0.6897" branch-rate="0">
<methods/>
Expand Down Expand Up @@ -3251,7 +3251,7 @@
<line number="12" hits="1"/>
</lines>
</class>
<class name="sessions.py" filename="/Users/joshuamulliken/.local/share/virtualenvs/wyzeapy-ioQo944D/lib/python3.8/site-packages/requests/sessions.py" complexity="0" line-rate="0.5265" branch-rate="0">
<class name="sessions.py" filename="/Users/joshuamulliken/.local/share/virtualenvs/wyzeapy-ioQo944D/lib/python3.8/site-packages/requests/sessions.py" complexity="0" line-rate="0.53" branch-rate="0">
<methods/>
<lines>
<line number="3" hits="1"/>
Expand Down Expand Up @@ -3466,7 +3466,7 @@
<line number="604" hits="1"/>
<line number="614" hits="1"/>
<line number="616" hits="1"/>
<line number="624" hits="0"/>
<line number="624" hits="1"/>
<line number="626" hits="1"/>
<line number="633" hits="1"/>
<line number="634" hits="1"/>
Expand Down Expand Up @@ -7516,13 +7516,13 @@
</class>
</classes>
</package>
<package name="src.wyzeapy" line-rate="0.7565" branch-rate="0" complexity="0">
<package name="src.wyzeapy" line-rate="0.7595" branch-rate="0" complexity="0">
<classes>
<class name="__init__.py" filename="src/wyzeapy/__init__.py" complexity="0" line-rate="1" branch-rate="0">
<methods/>
<lines/>
</class>
<class name="base_client.py" filename="src/wyzeapy/base_client.py" complexity="0" line-rate="0.68" branch-rate="0">
<class name="base_client.py" filename="src/wyzeapy/base_client.py" complexity="0" line-rate="0.6906" branch-rate="0">
<methods/>
<lines>
<line number="6" hits="1"/>
Expand Down Expand Up @@ -7696,13 +7696,19 @@
<line number="516" hits="1"/>
<line number="517" hits="1"/>
<line number="518" hits="1"/>
<line number="519" hits="1"/>
<line number="520" hits="1"/>
<line number="522" hits="1"/>
<line number="526" hits="1"/>
<line number="528" hits="1"/>
<line number="530" hits="1"/>
<line number="531" hits="1"/>
<line number="532" hits="1"/>
<line number="533" hits="1"/>
<line number="534" hits="1"/>
<line number="545" hits="1"/>
<line number="547" hits="1"/>
</lines>
</class>
<class name="client.py" filename="src/wyzeapy/client.py" complexity="0" line-rate="0.6977" branch-rate="0">
<class name="client.py" filename="src/wyzeapy/client.py" complexity="0" line-rate="0.6994" branch-rate="0">
<methods/>
<lines>
<line number="6" hits="1"/>
Expand Down Expand Up @@ -7876,7 +7882,8 @@
<line number="275" hits="1"/>
<line number="276" hits="1"/>
<line number="277" hits="1"/>
<line number="279" hits="0"/>
<line number="278" hits="1"/>
<line number="280" hits="0"/>
</lines>
</class>
<class name="const.py" filename="src/wyzeapy/const.py" complexity="0" line-rate="1" branch-rate="0">
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
# replace with your username:
name = wyzeapy
version = 0.0.28
version = 0.0.29
author = Mulliken LLC
author_email = [email protected]
description = Python client for private Wyze API
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=joshuamulliken

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=wyzeapy
sonar.projectVersion=0.0.28
sonar.projectVersion=0.0.29

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
Expand Down

0 comments on commit b94c111

Please sign in to comment.