tranbrandon773 / DevBot

1 stars 0 forks source link

Implement error parsing #6

Closed tranbrandon773 closed 5 months ago

tranbrandon773 commented 5 months ago

Need to parse workflow logs to find all errors then find the files where the errors came from

tranbrandon773 commented 5 months ago

finished prelim parsing of workflow log for all errors using regex, currently working on getting which files they occurred in

tranbrandon773 commented 5 months ago

Parsed all errors from log, found all files errors occurred in, mapped errors to respective files successfully