From c652b1269ea22a730d0e6f3a8b6eb0fec6900bba Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Fri, 16 Aug 2024 18:16:44 +0200 Subject: [PATCH 1/3] add badges for coverage to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4496041..d527da96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # MeshIntegrals.jl [![Build Status](https://github.com/mikeingold/MeshIntegrals.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/mikeingold/MeshIntegrals.jl/actions/workflows/CI.yml?query=branch%3Amain) +[![codecov](https://codecov.io/gh/mikeingold/MeshIntegrals.jl/graph/badge.svg)](https://codecov.io/gh/mikeingold/MeshIntegrals.jl) +[![Coveralls](https://coveralls.io/repos/github/mikeingold/MeshIntegrals.jl/badge.svg?branch=main)](https://coveralls.io/github/mikeingold/MeshIntegrals.jl?branch=main) [![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) [![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT) From 5e38b2b023b80a7244a424c1c4e535d353638b8d Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Fri, 16 Aug 2024 19:18:15 +0200 Subject: [PATCH 2/3] test if CI runs --- src/MeshIntegrals.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MeshIntegrals.jl b/src/MeshIntegrals.jl index 74dd4925..e08e96f9 100644 --- a/src/MeshIntegrals.jl +++ b/src/MeshIntegrals.jl @@ -18,4 +18,5 @@ module MeshIntegrals include("integral_volume.jl") export GaussKronrod, GaussLegendre, HAdaptiveCubature export integral, lineintegral, surfaceintegral, volumeintegral + end From c0bc33fa2e344143a04edb6febfd0985e5bdf299 Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Fri, 16 Aug 2024 19:29:01 +0200 Subject: [PATCH 3/3] remove newline again --- src/MeshIntegrals.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MeshIntegrals.jl b/src/MeshIntegrals.jl index e08e96f9..74dd4925 100644 --- a/src/MeshIntegrals.jl +++ b/src/MeshIntegrals.jl @@ -18,5 +18,4 @@ module MeshIntegrals include("integral_volume.jl") export GaussKronrod, GaussLegendre, HAdaptiveCubature export integral, lineintegral, surfaceintegral, volumeintegral - end