Skip to content

Conversation

penelopeysm
Copy link
Member

@penelopeysm penelopeysm commented Sep 29, 2025

For some reason we have two coverage providers, codecov and coveralls.

Coveralls is prone to failing during CI because sometimes its servers are down, or other weird bugs that I've tried to figure out once, but couldn't.

This was discussed at one of the team's Monday meetings (29/9/25) and nobody knew why we had two providers.

This PR therefore removes coveralls (but keeps codecov).

Copy link
Contributor

github-actions bot commented Sep 29, 2025

Benchmark Report for Commit 936af72

Computer Information

Julia Version 1.11.7
Commit f2b3dbda30a (2025-09-08 12:10 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 7763 64-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Benchmark Results

┌───────────────────────┬───────┬─────────────┬───────────────────┬────────┬────────────────┬─────────────────┐
│                 Model │   Dim │  AD Backend │           VarInfo │ Linked │ t(eval)/t(ref) │ t(grad)/t(eval) │
├───────────────────────┼───────┼─────────────┼───────────────────┼────────┼────────────────┼─────────────────┤
│ Simple assume observe │     1 │ forwarddiff │             typed │  false │            8.3 │             1.6 │
│           Smorgasbord │   201 │ forwarddiff │             typed │  false │          662.1 │            44.0 │
│           Smorgasbord │   201 │ forwarddiff │ simple_namedtuple │   true │          294.0 │            80.3 │
│           Smorgasbord │   201 │ forwarddiff │           untyped │   true │         1207.8 │            30.0 │
│           Smorgasbord │   201 │ forwarddiff │       simple_dict │   true │         6664.3 │            27.4 │
│           Smorgasbord │   201 │ reversediff │             typed │   true │         1485.4 │            28.1 │
│           Smorgasbord │   201 │    mooncake │             typed │   true │         1010.4 │             5.0 │
│           Smorgasbord │   201 │      enzyme │             typed │   true │         1098.0 │             3.6 │
│    Loop univariate 1k │  1000 │    mooncake │             typed │   true │         5729.8 │             4.5 │
│       Multivariate 1k │  1000 │    mooncake │             typed │   true │         1054.4 │             8.9 │
│   Loop univariate 10k │ 10000 │    mooncake │             typed │   true │        65035.4 │             4.0 │
│      Multivariate 10k │ 10000 │    mooncake │             typed │   true │         8964.4 │            10.0 │
│               Dynamic │    10 │    mooncake │             typed │   true │          130.4 │            12.4 │
│              Submodel │     1 │    mooncake │             typed │   true │           12.4 │             5.1 │
│                   LDA │    12 │ reversediff │             typed │   true │         1058.6 │             2.0 │
└───────────────────────┴───────┴─────────────┴───────────────────┴────────┴────────────────┴─────────────────┘

Copy link

codecov bot commented Sep 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.39%. Comparing base (6f86670) to head (936af72).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1059   +/-   ##
=======================================
  Coverage   82.39%   82.39%           
=======================================
  Files          39       39           
  Lines        3965     3965           
=======================================
  Hits         3267     3267           
  Misses        698      698           

☔ 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.

@penelopeysm
Copy link
Member Author

oh look ci passes

@penelopeysm penelopeysm merged commit 2c7ed18 into main Sep 29, 2025
21 checks passed
@penelopeysm penelopeysm deleted the py/no-coveralls branch September 29, 2025 14:18
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.

1 participant