-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added command to only list objects belonging to a given user * Split Overlay and RoiManager ROIs processing. Now only refresh saved ROIs after import. * Added unlink function * Added test results logging * Added new tests * Added codecov to CI * Changed log format and added new test * Added option to load ROIs to Overlay instead of the ROI Manager * Added test for downloadImage * Added tests * Added test for saveTableAsTXT * Modified saveTableAsTXT to only store DataObject IDs * Changed saveTableAsTXT to saveTableAsFile with delimiter of choice (default: ',') * Bumped version number
- Loading branch information
Showing
9 changed files
with
682 additions
and
95 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
coverage: | ||
range: "60...90" | ||
status: | ||
patch: | ||
default: | ||
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
Oops, something went wrong.