From 57ce6e96e8aeeb710773f0ff7bf247b465c5869f Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 22 Jun 2022 13:18:25 -0400 Subject: [PATCH 1/3] replace azure links w/ gh actions links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 211eb7ff95..3d2b15d470 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ documentation build status - - Azure Pipelines build status + + GitHub Actions Testing Status From 247db9b1441b37c36fcef6ecdcd1fbecac5f062d Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 22 Jun 2022 17:04:46 -0400 Subject: [PATCH 2/3] nix landscape; portrait is better anyway --- .landscape.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .landscape.yml diff --git a/.landscape.yml b/.landscape.yml deleted file mode 100644 index 2a56757274..0000000000 --- a/.landscape.yml +++ /dev/null @@ -1,11 +0,0 @@ -doc-warnings: yes -test-warnings: yes -strictness: medium -max-line-length: 79 -autodetect: yes -ignore-paths: - - ci - - docs -pep257: - disable: - - D202 From 85e80472b106ee96dca26a34620f54fd44d3f8c7 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 22 Jun 2022 17:06:52 -0400 Subject: [PATCH 3/3] nix coveralls; move codecov to build status --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3d2b15d470..88c132673a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ GitHub Actions Testing Status + + codecov coverage + @@ -44,17 +47,6 @@ - - Coverage - - - coveralls coverage - - - codecov coverage - - - Benchmarks