Skip to content

HPCI-Lab/yProv4SQA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yProv4SQA: Quick Start Guide

yProv4SQA is a Python library used to generate provenance documents for software quality assurance processes.

Installation

  1. Clone the Repository:
    git clone https://github.com/yourusername/yProv4SQA.git
    cd yProv4SQA
  2. Install the library:
    pip install -e .
  3. Install dependencies
    pip install requests

Usage

  1. Fetch SQA Reports To fetch SQA reports for a specific repository:
    fetch-sqa-reports yprov.git

This will download all the assessment reports and save them in the _reports folder.

  1. Generate Provenance
    process-provenance [folder path]
    
  2. Compare Commits
    compare [Prov file path]  AssessmentNo1 AssessmentNo2

To compare two Code changes between two Assesments and generate provenance data:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages