summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <dmoody256@gmail.com>2019-01-20 10:28:00 -0600
committerDaniel <dmoody256@gmail.com>2019-01-20 10:28:00 -0600
commit43e2b06f2f5da6ba275647079c992581c025bce7 (patch)
treeaec26dd08213f90c4853429748e78c98de344393
parent55b1e9a31f6f0e463991050a9499498c9cacdf21 (diff)
downloadscons-git-43e2b06f2f5da6ba275647079c992581c025bce7.tar.gz
switch badge to scons repo, fix mispelling, commented out linux on appveyor
-rw-r--r--.appveyor.yml5
-rw-r--r--.codecov.yml2
-rwxr-xr-xREADME.rst4
3 files changed, 6 insertions, 5 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c9c55a342..d80bdb439 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 9c51cebfc..9ea78f520 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 ccc118e6e..36a2689ca 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