Real-Dev-Squad / website-crypto

RDS bank where you can view and manage your currency
https://crypto.realdevsquad.com/
MIT License
8 stars 64 forks source link

Stop tests on push #283

Open RitikJaiswal75 opened 2 years ago

RitikJaiswal75 commented 2 years ago

Issue

When was the issue discovered?

Files that might be creating this

Screenshot of the Problem

image

bajajcodes commented 1 year ago

Hey @RitikJaiswal75 can you assign this issue to me? Assigned, and PR raised.

MehulKChaudhari commented 1 year ago

Hey, I think it's good that the tests are run after every commit. It gives us an idea of which commits made the tests fail.

bajajcodes commented 1 year ago

Hey, I think it's good that the tests are run after every commit. It gives us an idea of which commits made the tests fail.

This can be done locally as well, if TDD is followed.

MehulKChaudhari commented 1 year ago

Hey, I think it's good that the tests are run after every commit. It gives us an idea of which commits made the tests fail.

This can be done locally as well, if TDD is followed.

Yes, But what if developer didn't fix the tests which are breaking or didn't run tests locally? how will reviewer know whether there are breaking changes or not?