Skip to content

Commit a9b6b4c

Browse files
Update README, add bors.toml
1 parent 06829e8 commit a9b6b4c

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# CalibrateEmulateSample.jl
22

3-
| **Build Status** |
4-
|:------------------------------------------------------------------------------|
5-
| [![appveyor][appveyor-img]][appveyor-url] [![travis][travis-img]][travis-url] |
3+
|||
4+
|---------------------:|:----------------------------------------------|
5+
| **Documentation** | [![latest][docs-latest-img]][docs-latest-url] |
6+
| **Azure Build** | [![azure][azure-img]][azure-url] |
7+
| **Code Coverage** | [![codecov][codecov-img]][codecov-url] |
8+
| **Bors** | [![Bors enabled][bors-img]][bors-url] |
69

7-
[travis-img]: https://travis-ci.org/climate-machine/CalibrateEmulateSample.jl.svg?branch=master
8-
[travis-url]: https://travis-ci.org/climate-machine/CalibrateEmulateSample.jl
10+
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
11+
[docs-latest-url]: https://climate-machine.github.io/CalibrateEmulateSample.jl/latest/
912

10-
[appveyor-img]: https://ci.appveyor.com/api/projects/status/uslnruyhehva7bbv/branch/master?svg=true
11-
[appveyor-url]: https://ci.appveyor.com/project/climate-machine/CalibrateEmulateSample.jl/branch/master
13+
[azure-img]: https://dev.azure.com/climate-machine/CalibrateEmulateSample.jl/_apis/build/status/climate-machine.CalibrateEmulateSample.jl?branchName=master
14+
[azure-url]: https://dev.azure.com/climate-machine/CalibrateEmulateSample.jl/_build/latest?definitionId=1&branchName=master
15+
16+
[codecov-img]: https://codecov.io/gh/climate-machine/CalibrateEmulateSample.jl/branch/master/graph/badge.svg
17+
[codecov-url]: https://codecov.io/gh/climate-machine/CalibrateEmulateSample.jl
18+
19+
[bors-img]: https://bors.tech/images/badge_small.svg
20+
[bors-url]: https://app.bors.tech/repositories/20449
1221

bors.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
status = [
2+
"climate-machine.CalibrateEmulateSample.jl"
3+
]
4+
delete_merged_branches = true
5+
timeout_sec = 86400
6+
block_labels = [ "do-not-merge-yet" ]

0 commit comments

Comments
 (0)