Skip to content

Boomatang/example-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Script

This script searches to find Prometheus Rules that do not have any unit tests writen against them.

Setup

Create, active the python virtual environment and install the dependencies.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Add the correct values to the settings.toml.

Running script

The script needs to be run from the same location as the settings.toml file.

python script.py

Finished

Don't forget to deactivate the virtual environment.

deactive

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages