Skip to content

Commit

Permalink
👷 update test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Oct 25, 2024
1 parent 71fae79 commit 9e3a97c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
py_ver: ['3.9', '3.10', '3.11', '3.12']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Ensure Python Runtime
with:
python-version: ${{matrix.py_ver}}
Expand All @@ -22,6 +22,8 @@ jobs:
- name: Test & Report
run: |
pdm run test
- uses: codecov/[email protected]
- uses: codecov/codecov-action@v4
if: matrix.py_ver == '3.12'
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9e3a97c

Please sign in to comment.