Skip to content

lgaddy893/CSC-510-Group-21-HW-1

Repository files navigation

CSC-510-Group-21-HW-1

HW for group 21 in CSC 510

GitHub license GitHub issues DOI GitHub Workflow Status Code Coverage

Features:

  • Reads csv files
  • Easily sort through large datasets
  • Include filters to document parsing

Installation Instructions:

  1. Clone the repo
  2. Run Install.exe
  3. Accept all Term and Conditions

Viewing Tests

In order to view unit tests, do the following:

  1. Click on the build badge (or navigate to Actions -> Build Workflow).
  2. Click on the latest workflow run.
  3. Click on the "run_tests" job.
  4. Click on the "View test results" step.

Viewing Javadoc

In order to view the autogenerated Javadoc, do the following:

  1. Navigate to the javadocBranch branch.
  2. Click the index.html file.
  3. The Javadoc is automatically regenerated on every push to the main branch (Actions -> Build Workflow -> latest workflow -> run_tests job -> Regenerate Javadoc step).