mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
No description
cf52d88f8b
Summary: I noticed that code coverage wasn't showing in Differential for some repositories that we are using with Phabricator. `arc unit` would should unit test coverage, but the paths were messy (for example, `.//foo/bar.py` instead of `foo/bar.py`). As a result, the code coverage info wasn't recognised as being for the correct module. I'm not sure why this logic is the way that it is... perhaps this is to do with an older version of `nose` (I am using v1.3.0). Test Plan: I created a diff for an internal repository that we have, and observed that code coverage was displayed in Differential. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: Korvin, epriestley, aran, seporaitis, avive, dctrwatson, zeeg Differential Revision: https://secure.phabricator.com/D8433 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.