Skip to content

Bump codecov/codecov-action from 3 to 7 #74

Bump codecov/codecov-action from 3 to 7

Bump codecov/codecov-action from 3 to 7 #74

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
tags: '*'
jobs:
test:
name: Test julia ${{ matrix.julia-version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
julia-version:
- '1.6'
- '1'
- 'nightly'
os:
- 'ubuntu-latest'
include:
- os: windows-latest
julia-version: '1'
- os: macOS-latest
julia-version: '1'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v7
with:
file: lcov.info