From c626a9cba5f424e00339037d52275df93c44c03b Mon Sep 17 00:00:00 2001 From: David Widmann Date: Thu, 7 May 2020 17:20:26 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 943edea..b54597d 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,13 @@ Hypothesis tests of calibration. [![Build Status](https://travis-ci.com/devmotion/CalibrationTests.jl.svg?branch=master)](https://travis-ci.com/devmotion/CalibrationTests.jl) -[![Build Status](https://ci.appveyor.com/api/projects/status/github/devmotion/CalibrationTests.jl?svg=true)](https://ci.appveyor.com/project/devmotion/CalibrationTests-jl) +[![Build Status](https://github.com/devmotion/CalibrationTests.jl/workflows/CI/badge.svg)](https://github.com/devmotion/CalibrationTests.jl/actions?query=workflow%3ACI+branch%3Amaster) [![DOI](https://zenodo.org/badge/215970266.svg)](https://zenodo.org/badge/latestdoi/215970266) [![Codecov](https://codecov.io/gh/devmotion/CalibrationTests.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/devmotion/CalibrationTests.jl) [![Coveralls](https://coveralls.io/repos/github/devmotion/CalibrationTests.jl/badge.svg?branch=master)](https://coveralls.io/github/devmotion/CalibrationTests.jl?branch=master) +[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/24613) ## Overview This package implements different hypothesis tests for calibration of -probabilistic classification models in the Julia language. +probabilistic models in the Julia language. From 00733031d98244792ed9c3340da0491fd330eda0 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Thu, 7 May 2020 17:24:50 +0200 Subject: [PATCH 2/3] Run Github CI on master branch as well --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec24c2e..777a21d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,8 +7,8 @@ on: - staging # This is where pull requests from "bors try" are built. - trying - # Uncomment this to enable building pull requests. - #- master + # Build master branch. + - master jobs: test: @@ -33,4 +33,4 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - uses: julia-actions/julia-buildpkg@latest - - uses: julia-actions/julia-runtest@latest \ No newline at end of file + - uses: julia-actions/julia-runtest@latest From aee1f594b6465d23193e42460381adfcf35dfaa7 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Thu, 7 May 2020 17:25:29 +0200 Subject: [PATCH 3/3] Run Travis CI on the master branch --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 031e8fc..0748472 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ branches: - staging # This is where pull requests from "bors try" are built. - trying - # Uncomment this to enable building pull requests. - #- master + # Build master branch. + - master os: - linux - osx