Skip to content

Commit

Permalink
MNT bump codecov uploader (skops-dev#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinjalali authored Feb 14, 2024
1 parent eedd628 commit bcc1ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ codecov:
# the coverage is uploaded with or without a token. This only helps with some
# codecov errors. It's a recommended action from here:
# https://github.com/codecov/codecov-action/issues/837#issuecomment-1453877750
token: 2b8d4d69-6de6-4e1d-840a-5ccf9d849565
token: 79395387-e193-4b18-b2ee-74a3b8dce269
ignore:
- "skops/_min_dependencies.py" # This file is not tested, and won't be.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
python -m pytest -s -v -m "inference" skops/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
env_vars: OS,PYTHON
fail_ci_if_error: true
Expand Down

0 comments on commit bcc1ec5

Please sign in to comment.