TuringLang / AbstractMCMC.jl

Abstract types and interfaces for Markov chain Monte Carlo methods
https://turinglang.org/AbstractMCMC.jl
MIT License
78 stars 18 forks source link

Update CompatHelper.yml #106

Closed devmotion closed 1 year ago

devmotion commented 1 year ago

CompatHelper started to fail since it pulls in an old version. I updated the action with the implementation suggested by CompatHelper.jl.

devmotion commented 1 year ago

I triggered the action manually on this branch to see if it actually works: https://github.com/TuringLang/AbstractMCMC.jl/actions/runs/2932210779

codecov[bot] commented 1 year ago

Codecov Report

Merging #106 (373d187) into master (346c6a2) will decrease coverage by 0.59%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
- Coverage   97.78%   97.19%   -0.60%     
==========================================
  Files           7        7              
  Lines         271      285      +14     
==========================================
+ Hits          265      277      +12     
- Misses          6        8       +2     
Impacted Files Coverage Δ
src/sample.jl 96.68% <100.00%> (-0.98%) :arrow_down:
src/stepper.jl 100.00% <100.00%> (ø)
src/transducer.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

devmotion commented 1 year ago

Seems to work.