From 41689c9c6c6d97bf6611dd9c76e253fb8e76d155 Mon Sep 17 00:00:00 2001 From: Lynne Jones Date: Fri, 24 Nov 2023 16:30:58 -0800 Subject: [PATCH] Add badges to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d2a03d5a..3e397139 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # schedview + +[![pypi](https://img.shields.io/pypi/v/schedview.svg)](https://pypi.org/project/schedview/) + [![Conda Version](https://img.shields.io/conda/vn/conda-forge/schedview.svg)](https://anaconda.org/conda-forge/schedview)
+[![Run CI](https://github.com/lsst/schedview/actions/workflows/test_and_build.yaml/badge.svg)](https://github.com/lsst/schedview/actions/workflows/test_and_build.yaml) +[![codecov](https://codecov.io/gh/lsst/schedview/branch/main/graph/badge.svg?token=2BUBL8R9RH)](https://codecov.io/gh/lsst/schedview) + The `schedview` module provides tools for visualizing Rubin Observatory scheduler behaviour and Rubin Observatory/LSST survey status, including: - A collection of functions, eacho of which creates an independent visualization of some aspect of scheduler behaviour, state, or surve progress. These functions may be used in `jupyter` notebooks or other python applications, or combined into dashboards or other higher level applications.