Skip to content

Commit

Permalink
rm coverage and stable CI for now
Browse files Browse the repository at this point in the history
This location is likely temporary, so there's no point setting
this all up now until we've figured out the permanent home for
this. Until then, just keep basic CI on nightly.
  • Loading branch information
Keno committed Apr 28, 2024
1 parent 9ecd346 commit 949b87d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.12'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -40,11 +38,11 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
- uses: julia-actions/julia-uploadcoveralls@v1
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
# - uses: codecov/codecov-action@v4
# with:
# files: lcov.info
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: false
# - uses: julia-actions/julia-uploadcoveralls@v1
# env:
# COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# StateSelection

[![Build Status](https://github.com/JuliaComputing/StateSelection.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaComputing/StateSelection.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaComputing/StateSelection.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaComputing/StateSelection.jl)
[![Coverage](https://coveralls.io/repos/github/JuliaComputing/StateSelection.jl/badge.svg?branch=main)](https://coveralls.io/github/JuliaComputing/StateSelection.jl?branch=main)

This package implements *structural* transformations suitable
of optimizing systems of (non-linear, ordinary differential, differential algebraic) equations for faster and more stable integration using a numerical solver. It is intended to serve as a common algorithmic core to a variety of downstream modeling systems, including [MTK](https://github.com/SciML/ModelingToolkit.jl), [DAECompiler](https://github.com/CedarEDA/DAECompiler.jl) and JuliaSimCompiler.
Expand Down

0 comments on commit 949b87d

Please sign in to comment.