-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from jvivian/Aaron
Aaron
- Loading branch information
Showing
12 changed files
with
720 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the | ||
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile | ||
{ | ||
"name": "Existing Dockerfile", | ||
"build": { | ||
// Sets the run context to one level up instead of the .devcontainer folder. | ||
"context": "..", | ||
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. | ||
"dockerfile": "../Dockerfile" | ||
} | ||
|
||
// Features to add to the dev container. More info: https://containers.dev/features. | ||
// "features": {}, | ||
|
||
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
// "forwardPorts": [], | ||
|
||
// Uncomment the next line to run commands after the container is created. | ||
// "postCreateCommand": "cat /etc/os-release", | ||
|
||
// Configure tool-specific properties. | ||
// "customizations": {}, | ||
|
||
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root. | ||
// "remoteUser": "devcontainer" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,141 +1,198 @@ | ||
<?xml version="1.0" ?> | ||
<coverage version="7.3.1" timestamp="1697606544233" lines-valid="115" lines-covered="115" line-rate="1" branches-valid="42" branches-covered="42" branch-rate="1" complexity="0"> | ||
<coverage version="7.3.1" timestamp="1701986374806" lines-valid="162" lines-covered="144" line-rate="0.8889" branches-valid="54" branches-covered="49" branch-rate="0.9074" complexity="0"> | ||
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.3.1 --> | ||
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd --> | ||
<sources> | ||
<source>/home/jvivian/covid19-drDFM/covid19_drdfm</source> | ||
<source>/Users/jvivian/Library/CloudStorage/[email protected]/My Drive/projects/covid19-drDFM/covid19_drdfm</source> | ||
</sources> | ||
<packages> | ||
<package name="." line-rate="1" branch-rate="1" complexity="0"> | ||
<package name="." line-rate="0.8889" branch-rate="0.9074" complexity="0"> | ||
<classes> | ||
<class name="cli.py" filename="cli.py" complexity="0" line-rate="1" branch-rate="1"> | ||
<methods/> | ||
<lines> | ||
<line number="12" hits="1"/> | ||
<line number="14" hits="1"/> | ||
<line number="16" hits="1"/> | ||
<line number="13" hits="1"/> | ||
<line number="15" hits="1"/> | ||
<line number="17" hits="1"/> | ||
<line number="19" hits="1"/> | ||
<line number="22" hits="1"/> | ||
<line number="25" hits="1"/> | ||
<line number="28" hits="1"/> | ||
<line number="18" hits="1"/> | ||
<line number="20" hits="1"/> | ||
<line number="23" hits="1"/> | ||
<line number="26" hits="1"/> | ||
<line number="29" hits="1"/> | ||
<line number="31" hits="1"/> | ||
<line number="33" hits="1"/> | ||
<line number="30" hits="1"/> | ||
<line number="32" hits="1"/> | ||
<line number="34" hits="1"/> | ||
<line number="37" hits="1"/> | ||
<line number="35" hits="1"/> | ||
<line number="38" hits="1"/> | ||
<line number="42" hits="1"/> | ||
<line number="39" hits="1"/> | ||
<line number="43" hits="1"/> | ||
<line number="44" hits="1"/> | ||
<line number="45" hits="1"/> | ||
<line number="46" hits="1"/> | ||
<line number="47" hits="1"/> | ||
</lines> | ||
</class> | ||
<class name="dfm.py" filename="dfm.py" complexity="0" line-rate="1" branch-rate="1"> | ||
<class name="constants.py" filename="constants.py" complexity="0" line-rate="1" branch-rate="1"> | ||
<methods/> | ||
<lines> | ||
<line number="1" hits="1"/> | ||
<line number="56" hits="1"/> | ||
<line number="113" hits="1"/> | ||
<line number="128" hits="1"/> | ||
<line number="147" hits="1"/> | ||
</lines> | ||
</class> | ||
<class name="dfm.py" filename="dfm.py" complexity="0" line-rate="0.9118" branch-rate="0.7917"> | ||
<methods/> | ||
<lines> | ||
<line number="6" hits="1"/> | ||
<line number="7" hits="1"/> | ||
<line number="9" hits="1"/> | ||
<line number="8" hits="1"/> | ||
<line number="10" hits="1"/> | ||
<line number="11" hits="1"/> | ||
<line number="12" hits="1"/> | ||
<line number="13" hits="1"/> | ||
<line number="15" hits="1"/> | ||
<line number="18" hits="1"/> | ||
<line number="24" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="18" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="19" hits="1"/> | ||
<line number="20" hits="1"/> | ||
<line number="21" hits="1"/> | ||
<line number="25" hits="1"/> | ||
<line number="28" hits="1"/> | ||
<line number="27" hits="1"/> | ||
<line number="30" hits="1"/> | ||
<line number="33" hits="1"/> | ||
<line number="43" hits="1"/> | ||
<line number="40" hits="1"/> | ||
<line number="42" hits="1"/> | ||
<line number="43" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="44" hits="1"/> | ||
<line number="45" hits="1"/> | ||
<line number="46" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="47" hits="1"/> | ||
<line number="48" hits="1"/> | ||
<line number="46" hits="1"/> | ||
<line number="49" hits="1"/> | ||
<line number="50" hits="1"/> | ||
<line number="53" hits="1"/> | ||
<line number="62" hits="1"/> | ||
<line number="64" hits="1"/> | ||
<line number="58" hits="1"/> | ||
<line number="59" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="60" hits="1"/> | ||
<line number="61" hits="1"/> | ||
<line number="62" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="63" hits="1"/> | ||
<line number="65" hits="1"/> | ||
<line number="66" hits="1"/> | ||
<line number="67" hits="1"/> | ||
<line number="69" hits="1"/> | ||
<line number="70" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="71" hits="1"/> | ||
<line number="72" hits="1"/> | ||
<line number="73" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="74" hits="1"/> | ||
<line number="76" hits="1"/> | ||
<line number="77" hits="1"/> | ||
<line number="80" hits="1"/> | ||
<line number="81" hits="1"/> | ||
<line number="82" hits="1"/> | ||
<line number="84" hits="1"/> | ||
<line number="85" hits="1"/> | ||
<line number="86" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="88" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="89"/> | ||
<line number="89" hits="0"/> | ||
<line number="90" hits="0"/> | ||
<line number="92" hits="1"/> | ||
<line number="93" hits="1"/> | ||
<line number="94" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="97" hits="1"/> | ||
<line number="99" hits="1"/> | ||
<line number="100" hits="1"/> | ||
<line number="94" hits="1"/> | ||
<line number="95" hits="1"/> | ||
<line number="96" hits="0"/> | ||
<line number="97" hits="0" branch="true" condition-coverage="0% (0/2)" missing-branches="98,99"/> | ||
<line number="98" hits="0"/> | ||
<line number="99" hits="0"/> | ||
<line number="101" hits="1"/> | ||
<line number="102" hits="1"/> | ||
<line number="103" hits="1"/> | ||
<line number="104" hits="1"/> | ||
<line number="106" hits="1"/> | ||
<line number="107" hits="1"/> | ||
<line number="108" hits="1"/> | ||
<line number="109" hits="1"/> | ||
<line number="110" hits="1"/> | ||
<line number="111" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="112" hits="1"/> | ||
<line number="113" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="105" hits="1"/> | ||
<line number="113" hits="1"/> | ||
<line number="114" hits="1"/> | ||
<line number="115" hits="1"/> | ||
<line number="116" hits="1"/> | ||
<line number="117" hits="1"/> | ||
<line number="118" hits="1"/> | ||
<line number="121" hits="1"/> | ||
<line number="131" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="136"/> | ||
<line number="132" hits="1"/> | ||
<line number="133" hits="1"/> | ||
<line number="135" hits="1"/> | ||
<line number="136" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="137" hits="1"/> | ||
<line number="138" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="139" hits="1"/> | ||
<line number="140" hits="1"/> | ||
<line number="141" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="exit"/> | ||
<line number="142" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="143" hits="1"/> | ||
</lines> | ||
</class> | ||
<class name="processing.py" filename="processing.py" complexity="0" line-rate="1" branch-rate="1"> | ||
<methods/> | ||
<lines> | ||
<line number="9" hits="1"/> | ||
<line number="10" hits="1"/> | ||
<line number="11" hits="1"/> | ||
<line number="13" hits="1"/> | ||
<line number="12" hits="1"/> | ||
<line number="14" hits="1"/> | ||
<line number="15" hits="1"/> | ||
<line number="16" hits="1"/> | ||
<line number="17" hits="1"/> | ||
<line number="18" hits="1"/> | ||
<line number="21" hits="1"/> | ||
<line number="27" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="28" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="29" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="30" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="40" hits="1"/> | ||
<line number="42" hits="1"/> | ||
<line number="43" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="44" hits="1"/> | ||
<line number="45" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="46" hits="1"/> | ||
<line number="47" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="48" hits="1"/> | ||
<line number="50" hits="1"/> | ||
<line number="53" hits="1"/> | ||
<line number="59" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="20" hits="1"/> | ||
<line number="22" hits="1"/> | ||
<line number="23" hits="1"/> | ||
<line number="26" hits="1"/> | ||
<line number="32" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="33" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="34" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="35" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="55" hits="1"/> | ||
<line number="57" hits="1"/> | ||
<line number="58" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="59" hits="1"/> | ||
<line number="60" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="61" hits="1"/> | ||
<line number="62" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="63" hits="1"/> | ||
<line number="72" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="83" hits="1"/> | ||
<line number="92" hits="1"/> | ||
<line number="93" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="94" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="95" hits="1"/> | ||
<line number="96" hits="1"/> | ||
<line number="97" hits="1"/> | ||
<line number="98" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="99" hits="1"/> | ||
<line number="100" hits="1"/> | ||
<line number="103" hits="1"/> | ||
<line number="112" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="113" hits="1"/> | ||
<line number="65" hits="1"/> | ||
<line number="68" hits="1"/> | ||
<line number="74" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="75" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="78" hits="1"/> | ||
<line number="87" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="98" hits="1"/> | ||
<line number="107" hits="1"/> | ||
<line number="108" hits="1"/> | ||
<line number="109" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="110" hits="1"/> | ||
<line number="111" hits="1"/> | ||
<line number="112" hits="1"/> | ||
<line number="113" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="114" hits="1"/> | ||
<line number="115" hits="1"/> | ||
<line number="118" hits="1"/> | ||
<line number="127" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="128" hits="1"/> | ||
<line number="129" hits="1"/> | ||
<line number="132" hits="1"/> | ||
<line number="141" hits="1"/> | ||
<line number="144" hits="1"/> | ||
<line number="157" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="159" hits="1" branch="true" condition-coverage="100% (2/2)"/> | ||
<line number="161" hits="1"/> | ||
<line number="162" hits="1"/> | ||
<line number="165" hits="1"/> | ||
<line number="174" hits="1"/> | ||
<line number="176" hits="1"/> | ||
<line number="178" hits="1"/> | ||
<line number="179" hits="1"/> | ||
<line number="180" hits="1"/> | ||
<line number="181" hits="1"/> | ||
</lines> | ||
</class> | ||
<class name="scm.py" filename="scm.py" complexity="0" line-rate="0" branch-rate="1"> | ||
<methods/> | ||
<lines> | ||
<line number="1" hits="0"/> | ||
<line number="3" hits="0"/> | ||
<line number="4" hits="0"/> | ||
<line number="5" hits="0"/> | ||
<line number="8" hits="0"/> | ||
<line number="9" hits="0"/> | ||
<line number="13" hits="0"/> | ||
<line number="14" hits="0"/> | ||
<line number="16" hits="0"/> | ||
<line number="17" hits="0"/> | ||
<line number="18" hits="0"/> | ||
<line number="21" hits="0"/> | ||
</lines> | ||
</class> | ||
</classes> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.