Skip to content

CompatHelper: add new compat entry for QuantumOptics at version 1 for package docs, (keep existing compat) #52

CompatHelper: add new compat entry for QuantumOptics at version 1 for package docs, (keep existing compat)

CompatHelper: add new compat entry for QuantumOptics at version 1 for package docs, (keep existing compat) #52

Workflow file for this run

name: Runtests
on:
pull_request:
branches:
- 'main'
- 'develop'
push:
branches:
- 'main'
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.8']
julia-arch: [x64]
os: [ubuntu-latest] # [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@latest
- uses: codecov/codecov-action@v3
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}