Skip to content

Commit

Permalink
Merge pull request #195 from raimon49/update-github-actions
Browse files Browse the repository at this point in the history
Update setting of GitHub Actions
  • Loading branch information
raimon49 authored Jun 23, 2024
2 parents 6176cc5 + a1e8c2d commit 4a5d525
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -41,8 +41,9 @@ jobs:
if: ${{ matrix.python-version==3.8 }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./coverage.xml
name: codecov-umbrella
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4a5d525

Please sign in to comment.