JuliaStats / StatsFuns.jl

Mathematical functions related to statistics.
Other
233 stars 41 forks source link

Cancel Github actions for previous commits in PRs #128

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

This PR updates the Github actions setup and cancels runs for all but the latest commit in each PR automatically. I think this is particularly useful for the more time consuming integration tests. Additionally, coverage upload issues don't affect the status of the jobs anymore.

devmotion commented 2 years ago

I added a third commit to test if everything works as expected. Seems to be fine.

codecov-commenter commented 2 years ago

Codecov Report

Merging #128 (8830c59) into master (f13b618) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #128   +/-   ##
=======================================
  Coverage   37.55%   37.55%           
=======================================
  Files          12       12           
  Lines         418      418           
=======================================
  Hits          157      157           
  Misses        261      261           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f13b618...8830c59. Read the comment docs.

devmotion commented 2 years ago

I addressed your comment @nalimilan, are you satisfied with the PR or would you like some additional changes?

nalimilan commented 2 years ago

Sorry, I had forgotten this!