Skip to content

Commit ceeff4d

Browse files
authored
Link to skipping tests correctly
1 parent 9b5adeb commit ceeff4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ truffle run coverage [command-options]
3535
+ Coverage runs tests a little more slowly.
3636
+ Coverage launches its own in-process ganache server.
3737
+ You can set [ganache options][1] using the `providerOptions` key in your `.solcover.js` [config][15].
38-
+ Coverage [distorts gas consumption][13]. Tests that check exact gas consumption should be skipped.
38+
+ Coverage [distorts gas consumption][13]. Tests that check exact gas consumption should be [skipped][24].
3939

4040
## Command Options
4141
| Option <img width=200/> | Example <img width=750/>| Description <img width=1000/> |
@@ -149,3 +149,4 @@ $ yarn
149149
[21]: https://codecov.io/gh/sc-forks/solidity-coverage
150150
[22]: https://cdn-images-1.medium.com/max/800/1*uum8t-31bUaa6dTRVVhj6w.png
151151
[23]: https://github.com/sc-forks/solidity-coverage/blob/beta/docs/advanced.md#workflow-hooks
152+
[24]: https://github.com/sc-forks/solidity-coverage/blob/beta/docs/advanced.md#skipping-tests

0 commit comments

Comments
 (0)