New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

citools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

citools

CI Tools

  • 0.2.47
  • PyPI
  • Socket score

Maintainers
1

ci-tools <https://github.com/wuan/ci-tools>_

.. image:: https://badge.fury.io/gh/wuan%2Fci-tools.svg :alt: project on GitHub :target: http://badge.fury.io/gh/wuan%2Fci-tools .. image:: https://badge.fury.io/py/citools.svg :alt: PyPi-Package :target: https://badge.fury.io/py/citools .. image:: https://travis-ci.org/wuan/ci-tools.svg?branch=master :alt: Build Status :target: https://travis-ci.org/wuan/ci-tools .. image:: https://coveralls.io/repos/wuan/ci-tools/badge.svg?branch=master&service=github :target: https://coveralls.io/github/wuan/ci-tools?branch=master

prototype tool collection for continuous integration of Java projects with lots of modules

Examples

collect/accumulate test results of another job

Example::

update_job_state master-unittests master-integrationtests

This will create local databases master-unittests.db and master-integrationtests.db containing all test results of the given job names master-unittests and master-integrationtests. Newer Suites overwrite older ones. Full tests runs overwrite all results.

merge test results of job database

Example::

merge_job_state master-unittests master-integrationtests master

Creates a local database master.db containing the merged test results of the local databases master-unittests.db and master-integrationtests.db.

create junit result from database

Example::

export_job_state master

Creates a JUnit XML file containing the current test state from the master.db persistence file.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc