-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
カバレッジの評価方法をjacocoからcoberturaに切り替えた。 (#26)
* .travis.ymlの修正 * .travis.ymlの修正 (#8) * ライセンスバッチの追加 * .travis.ymlの修正 * バッチの修正 * バッチの修正 * 単体テストの自動生成プラグインをmavenに追加した。 * 単体テスト作成モジュール(evosuite)で作成したコードのうち、動作がおかしいものを修正した。 また、単体テストを実装に伴い、READMEも修正した。 * 玉田さん指摘, 修正していただいたpom.xmlファイル. これに変更することで, 生成されたコードは`separateClassLoader`がfalseで生成される. 変更したpomでコードを生成すると,前の時に比べて, `Main`のカバレッジは0%ではなくなった. * 修正を加えた`pom.xml`に修正したEvoSuiteによって生成された単体テストコード群. * カバレッジが低かったMainのテスト部分の修正をした。これによりJaCoCoのカバレッジは90%を超えた。 * カバレッジのバッチを取得するためにtravisを使って、Coverallsを実行するようにtravis.ymlを修正した。 * coverallsのバッチを追加したREADME * .travis.ymlを修正してテストをできるようにしていたが、書き方が間違っていたようである。そのため、動くのに必要なプログラムを修正した。 * jacocoによるカバレッジを出すつもりであったが、プラグインによるビルドがうまく行かないため,coberturaに切り替えた。
- Loading branch information
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters