Skip to content

Commit

Permalink
Merge pull request #129 from valory-xyz/vw_testing
Browse files Browse the repository at this point in the history
test: vote weighting initial testing
  • Loading branch information
mariapiamo authored Apr 16, 2024
2 parents c802cb9 + 53588d9 commit 561699a
Show file tree
Hide file tree
Showing 12 changed files with 905 additions and 433 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: Workflow

concurrency:
cancel-in-progress: true
group: ${{github.workflow}}-${{github.ref}}

on:
push:
branches:
Expand Down
8 changes: 7 additions & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
module.exports = {
skipFiles: ["bridges/test/FxChildTunnel.sol",
"bridges/test/ChildMockERC20.sol",
"bridges/test/MockTimelock.sol",
"bridges/test/FxRootMock.sol",
"bridges/test/HomeMediatorTest.sol",
"bridges/test/MockAMBMediator.sol",
"bridges/test/MockL2Relayer.sol",
"bridges/test/MockTimelock.sol",
"bridges/test/WormholeL1Receiver.sol",
"bridges/test/WormholeL1Sender.sol",
"bridges/test/WormholeL2ReceiverL1Sender.sol",
"test/BridgeSetup.sol",
"test/BrokenERC20.sol",
"test/SafeSetup.sol",
"multisigs/test/MockTimelockCM.sol",
"multisigs/test/MockTreasury.sol",
Expand Down
Loading

0 comments on commit 561699a

Please sign in to comment.