Skip to content

Commit

Permalink
Merge pull request #426 from byllyfish/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.0.1

Bump codecov/codecov-action from 3.1.5 to 4.0.1
  • Loading branch information
byllyfish authored Feb 13, 2024
2 parents d359d6a + ecd0c19 commit 9849fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
FINSY_TEST_NO_BENCHMARK=1 COVERAGE_RUN=true pytest --cov finsy
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
- name: Format Check
run: |
black --check .
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
. venv/bin/activate
cd examples; PYTHONPATH=.. COVERAGE_RUN=true pytest -k simple --cov ../finsy --cov-report xml --cov-config ../.coveragerc
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
with:
token: ${{ secrets.FINSY_CODECOV_TOKEN }}
directory: ./examples/
Expand Down

0 comments on commit 9849fdd

Please sign in to comment.