Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add codeclimate badge #74

Closed
arthurTemporim opened this issue Feb 14, 2020 · 3 comments · Fixed by #78
Closed

Add codeclimate badge #74

arthurTemporim opened this issue Feb 14, 2020 · 3 comments · Fixed by #78
Milestone

Comments

@arthurTemporim
Copy link
Collaborator

To show how technically good is this project, add the codeclimate is needed.

@ralphg6 as owner to add it is needed:

  1. Sign up into codeclimate (using GitHub account if you want)
  2. Add David project to codeclimate
  3. After the build, just click in Repo Settings and copy the badge URL

Now the project is classified as A it is the best rank of codeclimate! congratulations!!
I updated my fork with this badge if you want to see it:
https://github.com/arthurTemporim/david

@arthurTemporim arthurTemporim added this to the 0.1.0 milestone Feb 14, 2020
@arthurTemporim
Copy link
Collaborator Author

Codeclimate can show test coverage too, this can be other option to #68

@ralphg6
Copy link
Collaborator

ralphg6 commented Feb 15, 2020

Maintainability

[![Maintainability](https://api.codeclimate.com/v1/badges/2eb8ba0d056e3b52f34a/maintainability)](https://codeclimate.com/github/ralphg6/david/maintainability)]

Test Coverage

[![Test Coverage](https://api.codeclimate.com/v1/badges/2eb8ba0d056e3b52f34a/test_coverage)](https://codeclimate.com/github/ralphg6/david/test_coverage)

@ralphg6
Copy link
Collaborator

ralphg6 commented Feb 15, 2020

The Github Actions was configured to send coverage report to Codeclimate and Coverage.py too.

@ralphg6 ralphg6 modified the milestones: 0.1.0, 0.2.0 Feb 16, 2020
ralphg6 added a commit that referenced this issue Feb 21, 2020
ralphg6 added a commit that referenced this issue Feb 21, 2020
ralphg6 added a commit that referenced this issue Feb 24, 2020
* Update README.md

* Update CONTRIBUTING.md

* Update setup.py to read requirements.txt files (#69)

* create tests/ organization

Signed-off-by: ArthurTemporim <arthurrtl@gmail.com>

* Solve validade typo and implement adapters tests

Signed-off-by: ArthurTemporim <arthurrtl@gmail.com>

* Apply black

Signed-off-by: ArthurTemporim <arthurrtl@gmail.com>

* Add codecov package to requirements-dev.txt

Signed-off-by: ArthurTemporim <arthurrtl@gmail.com>

* coverage

* coverage file location

* fix coverage

* fix coverage report

* Add README.md to docs/

Signed-off-by: ArthurTemporim <arthurrtl@gmail.com>

* Update github-ci with test command

Signed-off-by: ArthurTemporim <arthurrtl@gmail.com>

* Remove README from wrong dir

Signed-off-by: ArthurTemporim <arthurrtl@gmail.com>

Co-authored-by: Raphael Pinto <raphaelcpinto@gmail.com>

* Add Codeclimate's badges (#78)

Closes #74

* renaming project for dazu

Co-authored-by: Arthur Temporim <arthurrtl@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants