Skip to content

Commit

Permalink
updated GA
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik committed Apr 30, 2024
1 parent 5b04607 commit 28ee4c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 117 deletions.
57 changes: 6 additions & 51 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,10 @@ on:
push:
branches:
- master
paths:
- 'src/**'
- 'test/**'
- 'Project.toml'
- '.github/workflows/ci.yml'
- dev
pull_request:
paths:
- 'src/**'
- 'test/**'
- 'Project.toml'

env:
JULIA_NUM_THREADS: 1
branches:
- master

jobs:
test:
Expand All @@ -33,22 +24,14 @@ jobs:
- windows-latest
- macos-latest
arch:
- x86
- x64
exclude:
- os: ubuntu-latest
arch: x86
- os: macos-latest
arch: x86
- os: windows-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
- uses: actions/cache@v3
env:
cache-name: cache-artifacts
with:
Expand All @@ -59,34 +42,6 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
- uses: julia-actions/julia-runtest@v1
env:
PYTHON: ""
- uses: julia-actions/julia-processcoverage@v1
env:
PYTHON: ""
- uses: codecov/codecov-action@v1
with:
file: ./lcov.info
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.trixi_test }}
parallel: true
path-to-lcov: ./lcov.info

finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
- uses: codecov/codecov-action@v4
65 changes: 0 additions & 65 deletions .github/workflows/ci_nightly.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ HierarchicalUtils.jl is a package providing abstract functionality over hierarch

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/CTUAvastLab/HierarchicalUtils.jl/blob/master/LICENSE)
[![Build Status](https://github.com/CTUAvastLab/HierarchicalUtils.jl/workflows/CI/badge.svg)](https://github.com/CTUAvastLab/HierarchicalUtils.jl/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/CTUAvastLab/HierarchicalUtils.jl/badge.svg?branch=master)](https://coveralls.io/github/CTUAvastLab/HierarchicalUtils.jl?branch=master)
[![codecov.io](http://codecov.io/github/CTUAvastLab/HierarchicalUtils.jl/coverage.svg?branch=master)](http://codecov.io/github/CTUAvastLab/HierarchicalUtils.jl?branch=master)

## How it works
Expand Down

0 comments on commit 28ee4c6

Please sign in to comment.