mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
55 stars 155 forks source link

Testing Error #449

Closed FallynB closed 1 year ago

FallynB commented 1 year ago

Hi,

I am on the final steps of completing the homework for the stacks assignment. I have verified that my input is correct by running the python3 -m doctest HTML_Validator.py and flake8 -j1 HTML_Validator.py test on my file.

The error is occurring when I get to GitHub. In the lambda terminal, everything passes and shows up fine. I can clearly see that I made commits to the repo, but for some reason the tester that verifies if everything is correct is not working. My status badges connecting to this is not working either.

I believed that there may have been an error in my code, so I forked a new repository and input everything in again fresh. This still did not remedy the problem. My workflow configuration settings seem to be the culprit, but I am unsure.

I will attach an image of what my html_vallidator for looks like, what it should look similar too, acknowledgement of the commits, and badge error. Please let me know what the issue here is if possible.

image image image
mikeizbicki commented 1 year ago

The green light in the workflows screenshot indicates that all of the testcases are passing. If the test cases badge is setup correctly in the README, then it will turn green and you'll get full credit. If it's not turning green, it just means that the README file is not setup correctly. Recall that for each of the assignments you'll need to change the url in the README to point to your repo instead of mine.

FallynB commented 1 year ago

That screenshot is not from my current repository. This one does not have a green light, and my commits are not showing under my workflow station. The README in this file has also been changed to my URL.

image
mikeizbicki commented 1 year ago

I believe you can find a solution in Issue #387