-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial support for codecov * codecov badge
- Loading branch information
Showing
7 changed files
with
34 additions
and
28 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 |
---|---|---|
|
@@ -5,7 +5,10 @@ | |
|
||
# Python virtual environment | ||
venv/ | ||
.venv/ | ||
|
||
# Built VIPM Package | ||
*.vip | ||
report.xml | ||
/.venv | ||
coverage.json |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,30 +1,31 @@ | ||
VI Tree - lvdata.vi | ||
Get Waveform Type Enum from Data.vi | ||
Get Waveform Type Enum from TD.vi | ||
Get Refnum Type Enum from Data.vi | ||
Get Refnum Type Enum from TD.vi | ||
Cluster to LabVIEW Object.vi | ||
|
||
# These are being skipped but should have tests added. | ||
1D Array of VArrays to MultiD Array.vi | ||
Adapt Variant Data To Type.vi | ||
Empty VArray Constant.vi | ||
Empty VCluster Constant.vi | ||
Get UTC Offset.vi | ||
Hierarchical VArray to MultiD Array.vi | ||
ISO String To Timestamp.vi | ||
Is Empty VArray.vi | ||
Is Empty VCluster.vi | ||
Is Null VVariant.vi | ||
MatchEnumIndexToString.vi | ||
Merge Array Sizes.vi | ||
MultiD Array to 1D Array of VArrays.vi | ||
Null VVariant Constant.vi | ||
Parse Timezone.vi | ||
Timestamp To ISO String.vi | ||
Get Collection Subtype.vi | ||
# Get Waveform Type Enum from Data.vi | ||
# Get Waveform Type Enum from TD.vi | ||
# Get Refnum Type Enum from Data.vi | ||
# Get Refnum Type Enum from TD.vi | ||
# Cluster to LabVIEW Object.vi | ||
|
||
# Temporarily skipped | ||
Array to Set.vi | ||
Get Array TD from Element TD.vi | ||
Set to VArray.vi | ||
# # These are being skipped but should have tests added. | ||
# 1D Array of VArrays to MultiD Array.vi | ||
# Adapt Variant Data To Type.vi | ||
# Empty VArray Constant.vi | ||
# Empty VCluster Constant.vi | ||
# Get UTC Offset.vi | ||
# Hierarchical VArray to MultiD Array.vi | ||
# ISO String To Timestamp.vi | ||
# Is Empty VArray.vi | ||
# Is Empty VCluster.vi | ||
# Is Null VVariant.vi | ||
# MatchEnumIndexToString.vi | ||
# Merge Array Sizes.vi | ||
# MultiD Array to 1D Array of VArrays.vi | ||
# Null VVariant Constant.vi | ||
# Parse Timezone.vi | ||
# Timestamp To ISO String.vi | ||
# Get Collection Subtype.vi | ||
|
||
# # Temporarily skipped | ||
# Array to Set.vi | ||
# Get Array TD from Element TD.vi | ||
# Set to VArray.vi |