Skip to content

rjust/testing-ci-gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing and CI Build Status

This repository provides example source code and tests for the CSE 403 lecture on Testing and CI. This repository demonstrates testing best practices, build system configuration, and CI integration with Travis CI.

Testing

Run './gradlew test' to run all test cases.

Coverage

Run './gradlew cobertura' to compute the coverage results. After completion, you can view the html coverage report: build/reports/cobertura/index.html

Travis CI

After allowing Travis CI to access the GitHub repository, it shows up as an installed GitHub app under Settings -> GitHub apps. To manage repository access, log in to the Travis-CI website and follow the instructions for Manage repositories on GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages