Testing improvements#542
Open
dapplion wants to merge 9 commits into
Open
Conversation
|
Thanks for opening this pull request! Someone will review it soon 🔍 |
Test setAppId also
ecc5354 to
0122188
Compare
Contributor
facuspagnuolo
left a comment
There was a problem hiding this comment.
Looking good @dapplion ! Looking forward for the other tests :)
4de1ea2 to
272ab16
Compare
272ab16 to
d520e20
Compare
Format context string
3a50d24 to
85fc5b5
Compare
Author
|
@sohkai The Travis build on my fork's branch completes the coverage step successfully https://travis-ci.com/dapplion/aragonOS/builds/125316450. However, on your repo it doesn't, where it errors with: Do you have any clue on what might be the issue? With this last commit, coverage gets to 100.00% :) |
Author
|
@cgewecke helped solve the problem and now of CI tasks complete successfully |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Following the request on the "good first issue" #514, I am extending the tests covering the following items:
NOTE: This PR is a WIP until further questions are resolved.