Skip to content

ci: Use tagged versions for getsentry/codecov-action - #7241

Merged
alexander-alderman-webb merged 1 commit into
masterfrom
webb/codecov-action
Aug 24, 2026
Merged

ci: Use tagged versions for getsentry/codecov-action#7241
alexander-alderman-webb merged 1 commit into
masterfrom
webb/codecov-action

Conversation

@alexander-alderman-webb

Copy link
Copy Markdown
Contributor

Description

The renovate regex manager is configured to use GitHub tags.

Currently, getsentry/codecov-action is not updated in the test_orchestrator.jinja template.

"customManagers": [
{
"customType": "regex",
"description": "Update GitHub Actions in templates.",
"managerFilePatterns": [
"/^scripts\\/split_tox_gh_actions\\/templates\\/(test_group|test_orchestrator)\\.jinja$/"
],
"matchStrings": [
"(?<depName>[A-Za-z0-9-]+\\/[A-Za-z0-9_.-]+(?:\\/[A-Za-z0-9_.-]+)*)@(?<currentDigest>[a-f0-9]{40})[ \\t]+#[ \\t]+(?<currentValue>v?\\d+(?:\\.\\d+){0,2})"
],
"datasourceTemplate": "github-tags",
"versioningTemplate": "github-actions",
"autoReplaceStringTemplate": "{{{depName}}}@{{{newDigest}}} # {{{newValue}}}"

Issues

Reminders

@alexander-alderman-webb
alexander-alderman-webb requested a review from a team as a code owner August 24, 2026 15:40
@alexander-alderman-webb alexander-alderman-webb changed the title ci: Use tagged versions for getsentry/codecov-action ci: Use tagged versions for getsentry/codecov-action Aug 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Codecov Results 📊

117595 passed | ⏭️ 6732 skipped | Total: 124327 | Pass Rate: 94.59% | Execution Time: 421m 10s

📊 Comparison with Base Branch

Metric Change
Total Tests
Passed Tests 📈 +1
Failed Tests 📉 -1
Skipped Tests

➖ Removed Tests (1)

View removed tests
  • test_cache_spans_item_size[True]
    • File: tests.integrations.django.test_cache_module

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2488 uncovered lines.
❌ Project coverage is 90.22%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
- Coverage    90.25%    90.22%    -0.03%
==========================================
  Files          193       193         —
  Lines        25433     25433         —
  Branches      9346      9346         —
==========================================
+ Hits         22952     22945        -7
- Misses        2481      2488        +7
- Partials      1436      1436         —

Generated by Codecov Action

@alexander-alderman-webb
alexander-alderman-webb merged commit 90ccc37 into master Aug 24, 2026
144 checks passed
@alexander-alderman-webb
alexander-alderman-webb deleted the webb/codecov-action branch August 24, 2026 15:52
sentrivana pushed a commit that referenced this pull request Aug 25, 2026
The renovate regex manager is configured to use GitHub tags.

The `getsentry/codecov-action` action was previously not updated in `test_orchestrator.jinja`.
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.

2 participants