Skip to content

Commit a5d6f45

Browse files
committed
get branch consistent in badges
1 parent 6939654 commit a5d6f45

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- name: Pkg.add("CompatHelper")
1111
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
12-
- name: CompatHelper.main()
12+
- name: CompatHelper.master()
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main()'
16+
run: julia -e 'using CompatHelper; CompatHelper.master()'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
WCS.jl
22
======
33

4-
[![Build Status](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amain)
4+
[![Build Status](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amaster)
55
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)
6-
[![Coverage](https://codecov.io/gh/JuliaAstro/WCS.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/WCS.jl)
6+
[![Coverage](https://codecov.io/gh/JuliaAstro/WCS.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/WCS.jl)
77
[![License](https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow)](LICENSE)
88

99
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaAstro.github.io/WCS.jl/stable)

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# WCS.jl
22

33
[![Code](https://img.shields.io/badge/Code-GitHub-black.svg)](https://github.com/JuliaAstro/WCS.jl)
4-
[![Build Status](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amain)
4+
[![Build Status](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amaster)
55
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)
6-
[![Coverage](https://codecov.io/gh/JuliaAstro/WCS.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/WCS.jl)
6+
[![Coverage](https://codecov.io/gh/JuliaAstro/WCS.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/WCS.jl)
77
[![License](https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow)](https://github.com/JuliaAstro/WCS.jl/blob/master/LICENSE)
88

99
Astronomical [World Coordinate System](http://www.atnf.csiro.au/people/mcalabre/WCS/) library for Julia. This package wraps

0 commit comments

Comments
 (0)