JuliaCI / Coverage.jl

Take Julia code coverage and memory allocation results, do useful things with them
MIT License
174 stars 68 forks source link

No CI support for Github Actions #232

Closed utensil closed 5 years ago

utensil commented 5 years ago

When running in Github Actions virtual environment, Coverage.jl will quit with error: No compatible CI platform detected, see https://github.com/pygae/GAlgebra.jl/runs/222042245#step:6:37 for details.

According to https://help.github.com/en/articles/virtual-environments-for-github-actions#default-environment-variables , it's possible to do similar things for Github Actions just like other CI services in https://github.com/JuliaCI/Coverage.jl/blob/master/src/codecovio.jl#L142 and https://github.com/JuliaCI/Coverage.jl/blob/master/src/coveralls.jl#L92 .