JuliaPOMDP / RockSample.jl

Implement the rock sample problem using POMDPs.jl
Other
5 stars 5 forks source link

Badge fix and CI update #35

Closed dylan-asmar closed 9 months ago

dylan-asmar commented 9 months ago

Fixed badge in README

Updated CI to include windows, ubuntu, and macOS

Added .vscode to .gitignore for vscode users

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4bb486f) 92.72% compared to head (81ab500) 93.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #35 +/- ## ========================================== + Coverage 92.72% 93.89% +1.17% ========================================== Files 8 8 Lines 261 262 +1 ========================================== + Hits 242 246 +4 + Misses 19 16 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

zsunberg commented 9 months ago

Thanks @dylan-asmar !