Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit bc6bda6

Browse files
authored
Merge pull request #30 from codacy/update-readme-appveyor
Add troubleshoot info for AppVeyor
2 parents beacf3e + af3eb5c commit bc6bda6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@ Next, simply run the Codacy reporter. It will find the current commit and send a
5454
``python-codacy-coverage -r coverage.xml``
5555

5656
Note: You should keep your API token well **protected**, as it grants owner permissions to your projects.
57+
58+
Troubleshoot
59+
---------------
60+
61+
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:
62+
63+
``python-codacy-coverage -c ${APPVEYOR_REPO_COMMIT} -r coverage.xml``

0 commit comments

Comments
 (0)