Skip to content

Commit

Permalink
Merge pull request #1116 from thesandboxgame/fix/giveaway_skip_covera…
Browse files Browse the repository at this point in the history
…ge_for_test_files

Fix/giveaway skip coverage for test files
  • Loading branch information
adjisb authored Aug 31, 2023
2 parents b15dfeb + 0501f47 commit 5430cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/giveaway/.solcover.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
skipFiles: ['test/'],
mocha: {
grep: '@skip-on-coverage', // Find everything with this tag
invert: true, // Run the grep's inverse set.
Expand Down

1 comment on commit 5430cc8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/giveaway/contracts
   ERC2771Handler.sol100%100%100%100%
   SignedMultiGiveaway.sol100%100%100%100%
   SignedMultiGiveawayBase.sol100%100%100%100%

Please sign in to comment.