Skip to content

Commit

Permalink
Merge pull request #71 from stakewise/deposits-activation
Browse files Browse the repository at this point in the history
Implement activation period for pool deposits
  • Loading branch information
tsudmi authored Mar 22, 2021
2 parents 12fe6f6 + 2efcb02 commit 914af4b
Show file tree
Hide file tree
Showing 51 changed files with 8,664 additions and 4,261 deletions.
33 changes: 17 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,20 @@ jobs:
name: Report gas changes
command: npx codechecks

coverage:
executor: default
steps:
- checkout
- attach_workspace:
at: /tmp/workspace
- run:
name: Run coverage tests
command: yarn coverage
- run:
name: Upload coverage
command: |
bash <(curl -s https://codecov.io/bash)
# FIXME: https://github.com/sc-forks/solidity-coverage/issues/574
# coverage:
# executor: default
# steps:
# - checkout
# - attach_workspace:
# at: /tmp/workspace
# - run:
# name: Run coverage tests
# command: yarn coverage
# - run:
# name: Upload coverage
# command: |
# bash <(curl -s https://codecov.io/bash)

workflows:
version: 2
Expand All @@ -96,6 +97,6 @@ workflows:
- test:
requires:
- compile
- coverage:
requires:
- compile
# - coverage:
# requires:
# - compile
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ build
# artifacts
cache
artifacts
.openzeppelin/unknown-*.json
.husky
Loading

0 comments on commit 914af4b

Please sign in to comment.