Skip to content

Commit

Permalink
Merge pull request #196 from developmentseed/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/all-d109cd9e8b

Bump codecov/codecov-action from 4 to 5 in the all group
  • Loading branch information
vincentsarago authored Dec 12, 2024
2 parents 151344d + 1d51fd1 commit 26b4086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Upload Results
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
flags: unittests
Expand Down

1 comment on commit 26b4086

@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 'TiPg Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 26b4086 Previous: 151344d Ratio
tests/benchmarks.py::test_benchmark_collection[html] 341.45789090897716 iter/sec (stddev: 0.008661271366648241) 486.6794039475005 iter/sec (stddev: 0.00009906506615365622) 1.43

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

Please sign in to comment.