retest / rebazer

Helper service to handle pull requests on GitHub and Bitbucket.
GNU Affero General Public License v3.0
7 stars 2 forks source link

Write more tests #39

Open martin-v opened 6 years ago

beatngu13 commented 6 years ago

I think this is a good moment to set up SonarCloud (and move to Travis) to prevent future commits from not writing a healthy amount of tests.

roesslerj commented 6 years ago

Agree ;-)

Soffietto commented 4 years ago

Hello. I have a task to make my first GitHub contribution for my university, so I wrote some Unit-tests for you project. Could you please grant me access to make pull requests. I'll do it only once if you ok with that.

diba1013 commented 4 years ago

@Soffietto You are always welcome to fork this repo and write your tests there.

You can run the tests if you enable Travis for the forked repository. Simply log into Travis and grant access to the repository. It will pick up the configuration and build/test the project for you.

Once you are done, you can create a PR from your forked repository to this repository and we will review it.

Please refer to our contributing guidelines for more information and IDE setup. If you need help or if something is unclear, please do not hesitate to contact us.

martin-v commented 4 years ago

Hello @Soffietto,

thanks for contribution, some more informations: You can fork this repo and create a PR from your repo to ours.

Best Martin