From c939b93fb378a409fc747b31cc75fcde1a48f748 Mon Sep 17 00:00:00 2001 From: "Kelly (KT) Thompson" Date: Wed, 30 Jun 2021 11:26:37 -0600 Subject: [PATCH 1/2] Update badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a25dc588..cddd1dd9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Draco -[![Linux Build Status](https://travis-ci.org/lanl/Draco.svg?branch=develop)](https://travis-ci.org/lanl/Draco) +[![Linux Build Status](https://github.com/github/docs/actions/workflows/ci-gcc-mpi.yml/badge.svg?branch=develop)](https://github.com/lanl/Draco/actions) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/yp8r9jxl2gc9n1fs/branch/develop?svg=true)](https://ci.appveyor.com/project/lanl/Draco) [![codecov.io](https://codecov.io/github/lanl/Draco/coverage.svg?branch=develop)](https://codecov.io/github/lanl/Draco/branch/develop) [![Latest Version](https://img.shields.io/github/release/lanl/draco.svg?style=flat-square)](https://github.com/lanl/Draco/releases) From dbe73ef7f73d4212f55e1d5877cb4712a52895b2 Mon Sep 17 00:00:00 2001 From: "Kelly (KT) Thompson" Date: Wed, 30 Jun 2021 12:07:58 -0600 Subject: [PATCH 2/2] 2nd try --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cddd1dd9a..2e4653199 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Draco -[![Linux Build Status](https://github.com/github/docs/actions/workflows/ci-gcc-mpi.yml/badge.svg?branch=develop)](https://github.com/lanl/Draco/actions) +[![GNU Build Status](https://github.com/lanl/Draco/actions/workflows/ci-gcc-mpi.yml/badge.svg)](https://github.com/lanl/Draco/actions/workflows/ci-gcc-mpi.yml) +[![LLVM Build Status](https://github.com/lanl/Draco/actions/workflows/ci-llvm-mpi.yml/badge.svg)](https://github.com/lanl/Draco/actions/workflows/ci-llvm-mpi.yml) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/yp8r9jxl2gc9n1fs/branch/develop?svg=true)](https://ci.appveyor.com/project/lanl/Draco) [![codecov.io](https://codecov.io/github/lanl/Draco/coverage.svg?branch=develop)](https://codecov.io/github/lanl/Draco/branch/develop) [![Latest Version](https://img.shields.io/github/release/lanl/draco.svg?style=flat-square)](https://github.com/lanl/Draco/releases) @@ -74,7 +75,7 @@ Spack - Draco can be installed via the [spack package manager](https:://github.c * min - Optimization routines. Find the minimum of a function. * norms - Calculate norms for data sets. * ode - Ordinary differential equation solvers (e.g.: Runge-Kutta). -* parser - Lexical file/input parser. +* [parser](https://github.com/lanl/Draco/tree/develop/src/parser) - Lexical file/input parser. * quadrature - access to angular integration functions and related data. * rng - A random number generator component * The primary set of functions provided by this component were derived from