Skip to content

Commit

Permalink
Ignore coverage for code too early to test
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 12, 2024
1 parent 9c0216f commit f13db0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

/**
* @experimental
*
* @codeCoverageIgnore This class is still experimental and not yet covered by tests.
*/
class PostAuthorPage extends InMemoryPage
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

/**
* @experimental
*
* @codeCoverageIgnore This class is still experimental and not yet covered by tests.
*/
class PostAuthorsPage extends InMemoryPage
{
Expand Down

0 comments on commit f13db0a

Please sign in to comment.