Skip to content

rjust/testing-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing and CI

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 GitHub Actions.

Testing

Run 'ant test' to run all test cases.

Coverage

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

GH Actions

Setting up GH Actions is straightforward in most cases. Navigating to Actions and choosing one of the existing workflows is sufficient for many applications. The initial configuration file (ant.yml) in this repository was directly imported from the default Java with Ant workflow.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages