Skip to content

Yousaf95/yProv4SQA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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/HPCI-Lab/yProv4SQA.git
   cd yProv4SQA
  1. Install the library:
   pip install -e .
  1. 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 _SQAaaS_reports folder.

  1. Generate Provenance
   process-provenance 'folder_path'
  1. 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

 
 
 

Contributors

Languages

  • Python 100.0%