HaeffnerLab / IonSim.jl

a simple tool for simulating trapped ion systems
https://ionsim.org
MIT License
71 stars 17 forks source link

switch to github actions #38

Closed marwahaha closed 2 years ago

marwahaha commented 2 years ago

fixes #37

jbroz11 commented 2 years ago

Have you looked into using this https://github.com/julia-actions/julia-runtest

marwahaha commented 2 years ago

todo: add this to actions

    - julia --color=yes -e 'import Pkg; import IonSim; cd(joinpath(dirname(pathof(IonSim)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
marwahaha commented 2 years ago

let's get the tests working, then we'll do codecov

marwahaha commented 2 years ago

oh, wow, tests passed