Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ Next, simply run the Codacy reporter. It will find the current commit and send a
``python-codacy-coverage -r coverage.xml``

Note: You should keep your API token well **protected**, as it grants owner permissions to your projects.

Troubleshoot
---------------

If you are using any CI that does not have .git information, you can speficy the commit with -c. For example if you are using AppVeyor you can:

``python-codacy-coverage -c ${APPVEYOR_REPO_COMMIT} -r coverage.xml``