cs-450-project / se-phase2

Phase 2 project handoff
0 stars 0 forks source link

RampUp metrics failures and wacky logic #8

Closed chloehumphrey closed 3 weeks ago

chloehumphrey commented 4 weeks ago

The RampUp metric calculation and execution is very, very strange. There are two different modules that implement the 'analyze README' logic. One clones the entire repository, then looks only at the README to check for specific headers. The other pulls the README via the API and does the same thing. This is leading to inconsistent RampUp scores each time a specific package is evaluated, and is just generally error prone code.