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

Commit 42f7885

Browse files
authored
Add more info for uploading coverage on AppVeyor
1 parent f703e00 commit 42f7885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ Note: You should keep your API token well **protected**, as it grants owner perm
5858
Troubleshoot
5959
---------------
6060

61-
If you are using any CI that does not have .git information, you can specify the commit with -c. For example if you are using AppVeyor you can:
61+
If you are using any CI that does not have .git information, you can specify the commit with -c and the clone directory with -d. For example if you are using AppVeyor you can:
6262

63-
``python-codacy-coverage -c ${APPVEYOR_REPO_COMMIT} -r coverage.xml``
63+
``python-codacy-coverage -c $APPVEYOR_REPO_COMMIT -d $APPVEYOR_BUILD_FOLDER -r coverage.xml``

0 commit comments

Comments
 (0)