diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..bf17397 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +* @lolgab @ljmf00 @andreaTP @rtfpessoa @bmbferreira @DReigada @pedrocodacy + +*.yml @h314to @paulopontesm + diff --git a/README.rst b/README.rst index c721441..f6d8639 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,8 @@ +Deprecated +====================== + +This repository is no longer maintained. As an alternative, check `codacy-coverage-reporter `_ to send your test coverage results to your Codacy dashboard. + python-codacy-coverage ====================== diff --git a/version.py b/version.py index f1a3fb0..6c6a2be 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = '1.3.10' +__version__ = '1.3.11'