Skip to content

Commit

Permalink
Remove some files from coverage and testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bweick committed Apr 3, 2024
1 parent efda146 commit 052a893
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion contracts/.solcover.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
module.exports = {
skipFiles: ['interfaces', 'mocks', 'external', 'verifiers']
skipFiles: [
'interfaces',
'mocks',
'external',
'verifiers',
'ramps/venmo-v1',
'ramps/hdfc/lib/HDFCTimestampParsing.sol',
'processors/BaseProcessor.sol'
]
};
2 changes: 1 addition & 1 deletion contracts/test/ramps/venmo-v1/ramp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const expect = getWaffleExpect();

const blockchain = new Blockchain(ethers.provider);

describe("Ramp", () => {
describe.skip("Ramp", () => {
let owner: Account;
let offRamper: Account;
let offRamperNewAcct: Account;
Expand Down

0 comments on commit 052a893

Please sign in to comment.