https://github.com/mmitch/ci-example
Example project for Continuous Integration and Code Coverage
https://github.com/mmitch/ci-example
codecov example travis-ci
Last synced: 3 months ago
JSON representation
Example project for Continuous Integration and Code Coverage
- Host: GitHub
- URL: https://github.com/mmitch/ci-example
- Owner: mmitch
- Created: 2017-09-14T18:36:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T17:58:16.000Z (over 6 years ago)
- Last Synced: 2025-08-25T23:36:30.676Z (5 months ago)
- Topics: codecov, example, travis-ci
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ci-example
Example project for Continuous Integration and Code Coverage
## results
See the resulting TravisCI builds at
https://travis-ci.org/mmitch/ci-example
See the resulting Codecov reports at
https://codecov.io/gh/mmitch/ci-example
## shields
Visualize your current status like this:
[](https://travis-ci.org/mmitch/ci-example)
[](https://codecov.io/github/mmitch/ci-example?branch=master)
## prerequisites
You need accounts on both TravisCI and Codecov.io that are linked to
your Github account.