TuringLang / JuliaBUGS.jl

Implementation of domain specific language (DSL) for probabilistic graphical models
https://turinglang.org/JuliaBUGS.jl/
MIT License
20 stars 3 forks source link

Improve CI #166

Closed sunxd3 closed 5 months ago

sunxd3 commented 5 months ago

Only substantial changes to the code is renaming VOLUME_I and VOLUME_II to VOLUME_1\2.

Some test code are moved around. Test CI is factored into multiple smaller ones:

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8433829889

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/BUGSExamples/BUGSExamples.jl 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Totals Coverage Status
Change from base Build 8359665383: 0.0%
Covered Lines: 1435
Relevant Lines: 1748

💛 - Coveralls
sunxd3 commented 5 months ago

This is still not perfect, but merge for now.