Skip to content

Commit

Permalink
infra: bump codecov/codecov-action from 4 to 5 (#41)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent c5e9bcd commit 7cdbbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
run: |
tox -e unit-tests
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: ${{ strategy.job-index }} == 0

1 comment on commit 7cdbbf6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Python Benchmark with pytest-benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 7cdbbf6 Previous: 3a1bbaf Ratio
benchmark/benchmark.py::test_exact_shots[ghz-state_vector-10-braket_sv_v2] 65.65976713396 iter/sec (stddev: 0) 296.550952286934 iter/sec (stddev: 0) 4.52
benchmark/benchmark.py::test_exact_shots[qft-density_matrix q[0], q[1]-3-braket_dm] 55.3816602192143 iter/sec (stddev: 0) 135.38277951075437 iter/sec (stddev: 0) 2.44
benchmark/benchmark.py::test_nonzero_shots[ghz-expectation z(q[0])-100-10-braket_sv_v2] 52.077239211401846 iter/sec (stddev: 0) 195.49236825161515 iter/sec (stddev: 0) 3.75
benchmark/benchmark.py::test_nonzero_shots[ghz-variance y(q[0])-100-8-braket_dm_v2] 92.99621683948844 iter/sec (stddev: 0) 186.76366324691782 iter/sec (stddev: 0) 2.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.