Skip to content

Commit

Permalink
update unittests.yml (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato authored May 21, 2024
1 parent a514db0 commit e482a51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12

Expand All @@ -23,11 +23,11 @@ jobs:

- run: poetry install --no-interaction --no-root

- uses: trunk-io/trunk-action@v1
# - uses: trunk-io/trunk-action@v1

- run: poetry run pytest --cov=./ --cov-report=xml -v --disable-warnings

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit e482a51

Please sign in to comment.