Project

flakie

0.0
The project is in a healthy, maintained state
Test flakyness of commands
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.6.12
 Project Readme

Flakie

Lint Test Release

Runs the provided command to calculate its flakyness.

💿 Installation

gem install flakie

🚀 Publishing

  1. Bump the version in lib/flakie/version.rb file in a PR.

  2. Create and push tag to GitHub.

git tag --sign -a "v[VERSION_TAG]" -m "v[VERSION_TAG]"

git push origin "v[VERSION_TAG]"
  1. Wait for Release GitHub action to complete.