Skip to content

Commit

Permalink
codecov updated token (#176)
Browse files Browse the repository at this point in the history
* codecov "fixed"
  • Loading branch information
khsrali authored Sep 20, 2024
1 parent 4b36641 commit 5601ee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
- name: Create xml coverage
run: coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
name: disk-objectstore
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
## Commenting the following lines - if often fails, and if at least one manages to push, it should be enough
# fail_ci_if_error: true
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ codecov:
coverage:
precision: 2
round: down
range: "99...100"
range: "98...100"
status:
project:
default:
target: auto
threshold: 1%
threshold: 1.1%
base: auto
patch:
default:
Expand Down

1 comment on commit 5601ee9

@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 'Benchmark on windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 5601ee9 Previous: 4b36641 Ratio
tests/test_benchmark.py::test_loose_write 0.11724177882181323 iter/sec (stddev: 0.17560719390867785) 0.23927376202008696 iter/sec (stddev: 0.22447413269373284) 2.04

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

Please sign in to comment.