Skip to content

Commit

Permalink
Run all tests on GitHub (drop Appveyor)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed May 2, 2024
1 parent 5ea43c4 commit 5ef807d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
37 changes: 0 additions & 37 deletions .appveyor.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- 'nightly'
os:
- ubuntu-latest
- macos-latest
- windows-latest
arch:
- x64
- x86
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FITSHeaders [![Build Status](https://github.com/emmt/FITSHeaders.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/emmt/FITSHeaders.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Build Status](https://ci.appveyor.com/api/projects/status/github/emmt/FITSHeaders.jl?svg=true)](https://ci.appveyor.com/project/emmt/FITSHeaders-jl) [![Coverage](https://codecov.io/gh/emmt/FITSHeaders.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/emmt/FITSHeaders.jl)
# FITSHeaders [![Build Status](https://github.com/emmt/FITSHeaders.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/emmt/FITSHeaders.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/emmt/FITSHeaders.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/emmt/FITSHeaders.jl)

`FITSHeaders` is a pure [Julia](https://julialang.org/) package for managing basic
FITS structures such as FITS headers. [FITS (for *Flexible Image Transport
Expand Down

0 comments on commit 5ef807d

Please sign in to comment.