Skip to content

Bump codecov/codecov-action from 6 to 7 in the all-github-actions-packages group#1423

Merged
shravanngoswamii merged 1 commit into
mainfrom
dependabot/github_actions/all-github-actions-packages-484570b1b1
Jun 10, 2026
Merged

Bump codecov/codecov-action from 6 to 7 in the all-github-actions-packages group#1423
shravanngoswamii merged 1 commit into
mainfrom
dependabot/github_actions/all-github-actions-packages-484570b1b1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-github-actions-packages group with 1 update: codecov/codecov-action.

Updates codecov/codecov-action from 6 to 7

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-github-actions-packages group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 6 to 7
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v6...v7)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-github-actions-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

DynamicPPL.jl documentation for PR #1423 is available at:
https://TuringLang.github.io/DynamicPPL.jl/previews/PR1423/

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks @ a04e2d8

Performance Ratio: gradient time divided by log-density time.

For very small models these ratios are noisy across runs and machines; raw primal and gradient timings are more reliable. The benchmarks are aimed at DynamicPPL developers and mainly catch obvious allocation or type-stability regressions. See benchmark notes for details.

===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false      4.2 ns       14.24    1508.16       46.47     18.71
Simple assume observe*         1      true     4.19 ns       14.46    1701.69       44.23     19.03
Smorgasbord                  201     false     5.69 μs       81.74     137.47        7.01      7.71
Smorgasbord                  201      true     7.46 μs       83.99     140.34        6.13      5.48
Loop univariate 1k          1000     false     16.2 μs     1162.94     325.75        9.76      8.03
Loop univariate 1k          1000      true     19.8 μs     1479.11     270.39        8.21      6.61
Multivariate 1k             1000     false     22.4 μs      311.95      63.40        7.86      2.18
Multivariate 1k             1000      true     22.5 μs      303.16      71.87        9.58      2.09
Loop univariate 10k        10000     false    157.0 μs    15571.83     352.74       10.20      7.93
Loop univariate 10k        10000      true    193.0 μs    13885.51     300.10        8.39      6.52
Multivariate 10k           10000     false    213.0 μs     5619.20      80.99       10.00      1.88
Multivariate 10k           10000      true    213.0 μs     5366.17      81.67       10.06      1.89
Dynamic                       15     false     1.43 μs         err      40.33       13.14     10.39
Dynamic                       10      true     1.92 μs        2.03      55.39       11.80     17.85
Submodel*                      1     false      4.2 ns       14.28    1834.72       47.04     18.63
Submodel*                      1      true      4.2 ns       14.47    1985.08       43.94     18.96
LDA                           12      true     23.2 μs        0.62       1.93       30.63       err
===================================================================================================
Main @ b887a35
===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false     4.63 ns       12.55    1500.59       35.04     12.83
Simple assume observe*         1      true     4.63 ns       12.51    1654.51       35.34     12.84
Smorgasbord                  201     false     5.96 μs       72.80     138.59        7.16      9.74
Smorgasbord                  201      true     7.59 μs       74.69     143.75        6.38      7.01
Loop univariate 1k          1000     false     17.9 μs      945.43     304.45        7.93      6.45
Loop univariate 1k          1000      true     19.2 μs     1340.73     282.07        7.50      6.04
Multivariate 1k             1000     false     23.7 μs      346.59      68.35        9.24      3.03
Multivariate 1k             1000      true     24.7 μs      284.64      62.55        8.91      2.92
Loop univariate 10k        10000     false    172.0 μs    12069.33     335.14        8.55      6.74
Loop univariate 10k        10000      true    188.0 μs    12014.66     311.27        7.73      6.18
Multivariate 10k           10000     false    200.0 μs     4972.80      82.88       11.30      2.31
Multivariate 10k           10000      true    200.0 μs     4998.83      89.72       11.32      2.32
Dynamic                       15     false     1.41 μs         err      43.70       15.77     11.83
Dynamic                       10      true     1.94 μs        2.02      56.71       13.95     19.64
Submodel*                      1     false     4.64 ns       12.63    1702.19       35.35     12.83
Submodel*                      1      true     4.64 ns       12.49    1811.07       35.53     12.81
LDA                           12      true     23.7 μs        0.46       1.96       33.78       err
===================================================================================================
Environment
Julia Version 1.11.9
Commit 53a02c0720c (2026-02-06 00:27 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 9V74 80-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver4)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

@shravanngoswamii shravanngoswamii merged commit 173defb into main Jun 10, 2026
7 of 23 checks passed
@shravanngoswamii shravanngoswamii deleted the dependabot/github_actions/all-github-actions-packages-484570b1b1 branch June 10, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant