diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-12-30 10:10:36 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-12-31 17:59:59 -0800 |
commit | 9192f046d2393616df50963edc9c49d7f4ca62cb (patch) | |
tree | c6424db838a6cd7785785091d9bfbcf61aa648ef /README.md | |
parent | 1ac0c51dad63458f20eeaa0e8243acaec7bd1294 (diff) | |
download | spack-9192f046d2393616df50963edc9c49d7f4ca62cb.tar.gz spack-9192f046d2393616df50963edc9c49d7f4ca62cb.tar.bz2 spack-9192f046d2393616df50963edc9c49d7f4ca62cb.tar.xz spack-9192f046d2393616df50963edc9c49d7f4ca62cb.zip |
tests: rename checks in github actions
I usually want to look at the Travis CI output, but I currently have to
scroll down to see it. This renames checks to be a bit shorter and more
consistent with Travis's naming, and also so that actions appear lower
than travis and codecov in the list of checks.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # <img src="https://cdn.rawgit.com/spack/spack/develop/share/spack/logo/spack-logo.svg" width="64" valign="middle" alt="Spack"/> Spack [![Build Status](https://travis-ci.org/spack/spack.svg?branch=develop)](https://travis-ci.org/spack/spack) -[![](https://github.com/spack/spack/workflows/Build%20Tests%20Linux/badge.svg)](https://github.com/spack/spack/actions) +[![Linux Builds](https://github.com/spack/spack/workflows/linux%20builds/badge.svg)](https://github.com/spack/spack/actions) [![codecov](https://codecov.io/gh/spack/spack/branch/develop/graph/badge.svg)](https://codecov.io/gh/spack/spack) [![Read the Docs](https://readthedocs.org/projects/spack/badge/?version=latest)](https://spack.readthedocs.io) [![Slack](https://spackpm.herokuapp.com/badge.svg)](https://spackpm.herokuapp.com) |