Skip to content

Commit f643b7c

Browse files
authored
Merge pull request #69 from ReactionMechanismGenerator/ci_badge
Update the CI badge in README and in the docs
2 parents bd4d36b + 15c9a36 commit f643b7c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# The Tandem Tool (T3) for automated kinetic model generation and refinement
66

77
![Release](https://img.shields.io/badge/version-0.1.0-blue.svg)
8-
[![Build Status](https://travis-ci.com/ReactionMechanismGenerator/T3.svg?branch=master)](https://travis-ci.com/ReactionMechanismGenerator/T3)
8+
![Build Status](https://github.com/ReactionMechanismGenerator/T3/actions/workflows/cont_int.yml/badge.svg)
99
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/ReactionMechanismGenerator/T3.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ReactionMechanismGenerator/T3/context:python)
1010
[![codecov](https://codecov.io/gh/ReactionMechanismGenerator/T3/branch/master/graph/badge.svg)](https://codecov.io/gh/ReactionMechanismGenerator/T3)
1111
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
<a href="https://github.com/ReactionMechanismGenerator/T3/releases" target="_blank">
1010
<img src="https://img.shields.io/badge/version-0.1.0-blue.svg" alt="Release">
1111
</a>
12-
<a href="https://travis-ci.com/ReactionMechanismGenerator/T3" target="_blank">
13-
<img src="https://travis-ci.com/ReactionMechanismGenerator/T3.svg?branch=master" alt="Build Status">
14-
</a>
12+
<img src="https://github.com/ReactionMechanismGenerator/T3/actions/workflows/cont_int.yml/badge.svg" alt="Build Status">
1513
<a href="https://lgtm.com/projects/g/ReactionMechanismGenerator/T3/context:python" target="_blank">
1614
<img src="https://img.shields.io/lgtm/grade/python/g/ReactionMechanismGenerator/T3.svg?logo=lgtm&logoWidth=18" alt="Language grade: Python">
1715
</a>

0 commit comments

Comments
 (0)