Skip to content

Commit

Permalink
Merge pull request #56 from DemocracyEarth/dao
Browse files Browse the repository at this point in the history
coveralls report
  • Loading branch information
santisiri authored Jan 16, 2021
2 parents c0c4210 + f8acece commit 990c7e7
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ script:
- npx hardhat test

after_success:
- npx hardhat coverage
- cat coverage/lcov.info | npx coveralls

cache: npm

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A standard for Universal Basic Income tokens.

Built in collaboration with [Kleros](https://github.com/kleros) and the [Proof of Humanity](https://github.com/Proof-Of-Humanity) project.

[![Build Status](https://travis-ci.com/DemocracyEarth/ubi.svg?branch=master)](https://travis-ci.com/DemocracyEarth/ubi)
[![Build Status](https://travis-ci.com/DemocracyEarth/ubi.svg?branch=master)](https://travis-ci.com/DemocracyEarth/ubi) [![Coverage Status](https://coveralls.io/repos/github/DemocracyEarth/ubi/badge.svg?branch=master)](https://coveralls.io/github/DemocracyEarth/ubi?branch=master)

## Features

Expand Down
1 change: 1 addition & 0 deletions contracts/dao/Token.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.3;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
Expand Down
51 changes: 38 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"coverage": "npx hardhat coverage"
"coverage": "npx hardhat coverage | coveralls"
},
"author": "Democracy Earth Foundation",
"license": "ISC",
Expand All @@ -27,14 +27,16 @@
"chai": "^4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"coveralls": "^3.1.0",
"eth-lightwallet": "^4.0.0",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.0.24",
"ganache-cli": "^6.12.1",
"hardhat": "^2.0.8",
"hardhat-gas-reporter": "^1.0.4",
"mocha-lcov-reporter": "^1.3.0",
"openzeppelin-solidity": "^3.3.0",
"prompt-confirm": "^2.0.4",
"solidity-coverage": "^0.7.13"
"solidity-coverage": "^0.7.14"
}
}

0 comments on commit 990c7e7

Please sign in to comment.