-
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.
Change: Use external project MatBox for developer tools (#27)
* Update tasks to use MatBox * Add upload of code issues report in "update" workflow * Move installMatBox to +ommtools namespace * Add codespellToolbox function * Delete writeBadgeJSONFile.m * Fix code issue * Minor change * Add pre-commit hook * Update code issues and tests badges * Update testToolbox.m * Remove functions for releasing that are now part of MatBox * Update MLToolboxInfo.json - Add ToolboxImageFile and ToolboxGettingStartedGuide to MLToolboxInfo * Update packageToolbox to use MatBox * rename dev to tools * Format whitespace * Update code issues and tests badges * Delete mustBeValidVersionNumber.m * Update release workflow * Update code issues and tests badges * Update badges in README.md * Create codecov.yml * Update release workflow based on latest release workflow in MatBox * Delete deprecated json badges * Update update.yml * Fix renamed files * Add test class for internal functions --------- Co-authored-by: Update openMINDS_MATLAB by ehennestad <>
- Loading branch information
1 parent
209d3cb
commit fbc8b6d
Showing
52 changed files
with
378 additions
and
696 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
coverage: | ||
range: "75...100" | ||
status: | ||
project: | ||
default: | ||
target: 30 # Set the desired coverage target as 40% | ||
threshold: 2 # Allowable drop in coverage | ||
patch: | ||
default: | ||
# 50% of the changed code must be covered by tests | ||
threshold: 50 | ||
only_pulls: true |
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
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
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
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.