Commit Graph

16 Commits

Author SHA1 Message Date
Maximilian Krüger 9f5ff425de make integration test a proper rust test 2018-01-22 14:35:54 +01:00
Maximilian Krüger 5c565fd69d .travis.yml: run cargo tests with backtrace for more context on failure 2018-01-22 14:35:54 +01:00
Maximilian Krüger 27eaa45a29 .travis.yml: grant executable rights on downloaded parity binary 2018-01-22 14:35:54 +01:00
Maximilian Krüger 3bbebd208f .travis.yml: copy to $HOME/bin instead of /usr/local/bin 2018-01-22 14:35:54 +01:00
Maximilian Krüger 241f4a87b3 .travis.yml: one line parity installer fails. trying binary 2018-01-22 14:35:54 +01:00
Maximilian Krüger 60a1eeaf08 .travis.yml: install parity for integration tests 2018-01-19 14:59:28 +01:00
Maximilian Krüger 303cf4ed84 .travis.yml: run integration test on travis 2018-01-19 14:55:14 +01:00
Maximilian Krüger e0ab9f1a4f .travis.yml: add `-y` to apt commands installing solc to run them noninteractively 2018-01-18 13:09:38 +01:00
Maximilian Krüger ccaac25d2f compile contracts in build.rs and remove compiled from git so they don't get out of sync 2018-01-18 12:53:02 +01:00
snd 63b0745ea0 Issue 58 solidity test code coverage (#70)
* add initial package.json with test, ci and coverage scripts

inspired by 86794a866b/package.json

* .travis.yml: use ci script from package.json

* upload coverage to coveralls

* README.md: add coveralls badge

* .travis.yml: run npm install

* package.json: make ganache ports match up so truffle can connect

* .travis.yml: call coveralls script directly

* README.md: try to put badges on one line [ci skip]

* README.md: try to fix badge formatting [ci skip]

* package.json: remove directories prop which is not needed

* add notice that code coverage is for contracts only

* .gitignore: node_modules

* package.json: improve description

* package.json: add license

* package.json: replace npm with yarn

* .travis.yml: use yarn instead of npm

* add yarn.lock

* .travis.yml: cache cargo to speed things up
2017-12-14 17:52:36 +01:00
Maximilian Krüger 8095fda3e3 enable rust tests again 2017-12-12 17:02:13 +01:00
Maximilian Krüger ac9745d36d remove need for package.json for now 2017-12-12 16:59:39 +01:00
Maximilian Krüger 2e5da3e9cd change quoting of concurrent commands. see if that works 2017-12-12 16:57:29 +01:00
Maximilian Krüger 85a2c63e16 first attempt at running truffle tests on travis 2017-12-12 16:53:15 +01:00
debris fa962565ad repo overhaul, separated binary from library, closes #10, added tests crate 2017-08-25 00:36:13 +02:00
debris dd0596a083 added .editorconfig, README.md and .travis.yml 2017-08-24 18:34:49 +02:00