cisagov / tpt-reports

Process to build and distribute Technical Phishing Test (TPT) reports
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Precursor to initial functionality #13

Closed nickviola closed 1 year ago

nickviola commented 1 year ago

๐Ÿ—ฃ Description

First commits PR prepping the repository.

๐Ÿ’ญ Motivation and context

Beginning of the tpt-report repo codebase.

๐Ÿงช Testing

Baseline skeleton testing. More code to come.

โœ… Pre-approval checklist

โœ… Pre-merge checklist

โœ… Post-merge checklist

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5811026629

Details


Totals Coverage Status
Change from base Build 5535664291: -100.0%
Covered Lines: 0
Relevant Lines: 0

๐Ÿ’› - Coveralls
schmelz21 commented 1 year ago

Generally, we expect the first PR to get the repo to some functional state; more than just renaming files from the skeleton. It should do something useful, even if it's a super bare-bones version of what the repo will eventually become.

@nickviola , @JCantu248 , @ameliav - For the sake of bare-bone functionality, can we add in the functions from staging get_json_file, parse_json and update Usage. Correct me if I am wrong, but this will take in the report data and have it ready for the report generation which can be in a follow-up PR.

JCantu248 commented 1 year ago

Unit test cases will be implemented with the upcoming PR for Issue: https://github.com/cisagov/tpt-reports/issues/6