From 07df96a5f228adba5a9aea62b20c41f51a91a812 Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Thu, 30 Nov 2023 10:04:09 -0500 Subject: [PATCH 1/3] Update README.md add build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32cc6b7f..51939157 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ice Floe Tracker Pipeline +[![Build Status](https://github.com/WilhelmusLab/ice-floe-tracker-pipeline/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/WilhelmusLab/ice-floe-tracker-pipeline/actions/workflows/CI.yml?query=branch%3Amain) + This repository contains the processing pipeline for IceFloeTracker.jl and ancillary scripts. ## SOIT Integration From a00372ebbf627a92231f52ffce44c8cb99a9199d Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Thu, 30 Nov 2023 11:27:51 -0500 Subject: [PATCH 2/3] docs: add build/codecov badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51939157..c6e5a0ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ice Floe Tracker Pipeline -[![Build Status](https://github.com/WilhelmusLab/ice-floe-tracker-pipeline/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/WilhelmusLab/ice-floe-tracker-pipeline/actions/workflows/CI.yml?query=branch%3Amain) +[![Build Status](https://github.com/WilhelmusLab/ice-floe-tracker-pipeline/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/WilhelmusLab/ice-floe-tracker-pipeline/actions/workflows/test.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/WilhelmusLab/ice-floe-tracker-pipeline/branch/main/graph/badge.svg)](https://codecov.io/gh/WilhelmusLab/ice-floe-tracker-pipeline) This repository contains the processing pipeline for IceFloeTracker.jl and ancillary scripts. From 0ff1756364dce665efda78dc82667a339641ce5c Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Thu, 30 Nov 2023 12:00:41 -0500 Subject: [PATCH 3/3] docs: move badges to the top --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c6e5a0ad..7258d324 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -# Ice Floe Tracker Pipeline - [![Build Status](https://github.com/WilhelmusLab/ice-floe-tracker-pipeline/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/WilhelmusLab/ice-floe-tracker-pipeline/actions/workflows/test.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/WilhelmusLab/ice-floe-tracker-pipeline/branch/main/graph/badge.svg)](https://codecov.io/gh/WilhelmusLab/ice-floe-tracker-pipeline) +# Ice Floe Tracker Pipeline This repository contains the processing pipeline for IceFloeTracker.jl and ancillary scripts.