forked from demisto/demisto-sdk
-
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.
Add Update Release Notes command (demisto#338)
* Add *.md files from ReleaseNotes to Artifacts * Add *.md files from ReleaseNotes to Artifacts * Linting * Fix imports * Remove unnecessary prints * Ran isort * Revert: Ran isort (f4d53e1) * Revert: Revert: Ran isort (f4d53e1) (ace6c7b) * Import mess * Import mess * ugh * ugh * ughhhh * Move constants to common constants * begin add tests * begin add tests * checking tests * checking tests * trying to squeak over the test coverage threshold * eof * cover this * Changes per Design Review * Changes per Design Review * Fix tests * Testing gpg * Testing gpg * Remove unnecessary line * Updates per CR * Improve unit testing, add ability to iterate over list of packs * Preserve pack_metadata while testing * Add check for errors, update init template * flake * Fix mocker import * Coverage... * Please coverall gods, don't fail this build needlessly * Changes per CR * Changes per CR * Changes per CR * Fix tests * Fixed bug * Changes per CR * Add more unit tests * Add even more unit tests
- Loading branch information
1 parent
818426f
commit db6e858
Showing
21 changed files
with
747 additions
and
11 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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
omit = | ||
**/tests/** | ||
**/__init__.py | ||
demisto_sdk/__main__.py | ||
|
||
[html] | ||
directory = coverage_html_report |
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
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
Empty file.
Oops, something went wrong.