Skip to content

Easily integrate cargo with Phabricator review tools (WIP)

Notifications You must be signed in to change notification settings

nagisa/cargo-phabricator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo-phabricator is a tool to help integration of your rust build pipelines with phabricator review tools.

Just replace your cargo test ARGS with cargo phabricator test -- ARGS, export the environment variables with API key and the buildable PHID, and things should work out almost transparently.

Cargo commands supported by this tool:

  • build - publishes build errors as inline lint messages;
  • lint - publishes build errors as inline lint messages;
  • check - publishes build errors as inline lint messages;
  • test - publishes test results as phabricator unit test results;
    • NOTE: currently relies on projects not using custom test harnesses.

About

Easily integrate cargo with Phabricator review tools (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages