allankp / pytest-testrail

pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
96 stars 124 forks source link

Codacy as code quality #116

Closed kobenguyent closed 5 years ago

kobenguyent commented 5 years ago

@allankp I would think using the Codacy as code quality to improve our quality would be a nice trying. Also it's totally free and I guess more and more open sources are using it. I'm also using it with my projects, for example: https://www.codacy.com/manual/PeterNgTr/codeceptjs-testrail?utm_source=github.com&utm_medium=referral&utm_content=PeterNgTr/codeceptjs-testrail&utm_campaign=Badge_Grade

allankp commented 5 years ago

Had a look at this and it looked pretty interesting. Implemented and tested it out on another repo of mine. Done the same for this one, can tweak it over time. Thanks for the suggestion.