-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUMULUS-3960: Updated PostToCmr task to be able to republish granules #3906
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
acd395b
CUMULUS-3960: Updated PostToCmr task to be able to republish granules
jennyhliu 4f790ff
upgrade localstack to fix aws-sdk error
jennyhliu e9e1831
fix code
jennyhliu 548fbf1
localstack return undefined for sqs.receiveMessage
jennyhliu e356b99
unpublish granule without cmrLink
jennyhliu 863fe9b
Revert "upgrade localstack to fix aws-sdk error"
jennyhliu 6050fde
Revert "localstack return undefined for sqs.receiveMessage"
jennyhliu c7d9b94
aggregateError add configuration
jennyhliu 13fa33f
fix pass in parameter
jennyhliu d255ece
stopOnError
jennyhliu 08128fc
Merge branch 'master' into jl/CUMULUS-3960
jennyhliu ef1a31e
unit test
jennyhliu 384b3af
remove integrationworkflow config add to unit test
jennyhliu 7de83d4
only one line not covered
jennyhliu 958e18a
update readme
jennyhliu ad40a0f
Merge branch 'master' into jl/CUMULUS-3960
jennyhliu a9072ef
correct type
jennyhliu cf2103b
Merge branch 'jl/CUMULUS-3960' of https://github.com/nasa/cumulus int…
jennyhliu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
only one line not covered
- Loading branch information
commit 7de83d4244663b542ea6dded445332ba95df0cfa
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,6 +5,6 @@ | |
], | ||
"statements": 94.0, | ||
"functions": 88.0, | ||
"branches": 97.0, | ||
"branches": 88.0, | ||
"lines": 94.0 | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only the handler function is not covered as before, not sure how to improve this.