From 43e2b06f2f5da6ba275647079c992581c025bce7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 20 Jan 2019 10:28:00 -0600 Subject: switch badge to scons repo, fix mispelling, commented out linux on appveyor --- .appveyor.yml | 5 +++-- .codecov.yml | 2 +- README.rst | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c9c55a3..d80bdb4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,8 @@ #version: '3.0.1.{build}' -image: - - Ubuntu +image: + # linux builds disabled for now + # - Ubuntu - Visual Studio 2015 - Visual Studio 2017 diff --git a/.codecov.yml b/.codecov.yml index 9c51ceb..9ea78f5 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,7 +5,7 @@ codecov: ignore: # ignore test files in the source - # this is redundent and should not be in the report anyways + # this is redundant and should not be in the report anyways # because the coveragerc file ignores them - "*Test.py" - "setup.py" diff --git a/README.rst b/README.rst index ccc118e..36a2689 100755 --- a/README.rst +++ b/README.rst @@ -21,8 +21,8 @@ SCons - a software construction tool :target: https://ci.appveyor.com/project/SCons/scons :alt: AppVeyor CI build Status -.. image:: https://codecov.io/gh/dmoody256/scons/branch/master/graph/badge.svg - :target: https://codecov.io/gh/dmoody256/scons +.. image:: https://codecov.io/gh/SCons/scons/branch/master/graph/badge.svg + :target: https://codecov.io/gh/SCons/scons :alt: CodeCov Coverage Status -- cgit v0.12