Skip to content

Skipfiles produces random results #674

Closed
@Dellybro

Description

Hello,

My .solcover file looks like the following

module.exports = {
  skipFiles: [
    'abstracts',
    'accelerator/Accelerator.sol',
    'accelerator/Random.sol',
    'enums',
    'interfaces',
    'libs',
    'recovery',
    'test',
    'Airdrop.sol',
    'Token.sol',
  ],
};

And when i run yarn coverage I get the following results

Screen Shot 2021-10-22 at 5 48 35 PM

But when i remove accelerator/Accelerator.sol and accelerator/Random.sol from my skipfiles i get the following result

Screen Shot 2021-10-22 at 5 49 11 PM

Not sure why coverage isn't letting me skip those 2 files without produces random results as shown above.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions