Skip to content

Commit

Permalink
Add report link to avoiding common problems
Browse files Browse the repository at this point in the history
  • Loading branch information
gjackson12 authored Aug 23, 2018
1 parent 0880755 commit 8a5ba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avoiding_common_mistakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ The blockchain is immutable in the sense that a once approved transaction is goi

I have added a tool called Solidity-Coverage in order to generate a report to understand how extensive my test coverage is for the MediaGallery contract.

The report for my test coverage can be found here: [a relative link](coverage/contracts/index.html)
The report for my test coverage can be found here: [Solidity Coverage Report](http://htmlpreview.github.io/?https://github.com/gjackson12/media_gallery_ethereum/blob/master/coverage/contracts/index.html)

0 comments on commit 8a5ba3d

Please sign in to comment.