Skip to content

Conversation

yebai
Copy link
Member

@yebai yebai commented Mar 11, 2025

Follow up from #837

EDIT: we still need Zygote for

@testset "Unsupported backends" begin
@model demo() = x ~ Normal()
@test_logs (:warn, r"not officially supported") LogDensityFunction(
demo(); adtype=AutoZygote()
)
.

@yebai yebai requested a review from mhauru March 11, 2025 18:25
Copy link

codecov bot commented Mar 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.24%. Comparing base (14a0d8c) to head (c0f6005).

❗ There is a different number of reports uploaded between BASE (14a0d8c) and HEAD (c0f6005). Click for more details.

HEAD has 7 uploads less than BASE
Flag BASE (14a0d8c) HEAD (c0f6005)
12 5
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #838       +/-   ##
===========================================
- Coverage   84.60%   73.24%   -11.36%     
===========================================
  Files          34       34               
  Lines        3832     3816       -16     
===========================================
- Hits         3242     2795      -447     
- Misses        590     1021      +431     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coveralls
Copy link

coveralls commented Mar 11, 2025

Pull Request Test Coverage Report for Build 13795529297

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-11.4%) to 73.244%

Files with Coverage Reduction New Missed Lines %
src/varinfo.jl 3 82.82%
Totals Coverage Status
Change from base Build 13795330712: -11.4%
Covered Lines: 2795
Relevant Lines: 3816

💛 - Coveralls

@yebai yebai closed this Mar 11, 2025
@yebai yebai deleted the yebai-patch-1 branch March 11, 2025 19:12
@shravanngoswamii
Copy link
Member

Follow up from #837

EDIT: we still need Zygote for

@testset "Unsupported backends" begin
@model demo() = x ~ Normal()
@test_logs (:warn, r"not officially supported") LogDensityFunction(
demo(); adtype=AutoZygote()
)

.

That's why I kept it!😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants