Skip to content

Commit

Permalink
ci/test: update ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nil0x42 committed Jul 26, 2023
1 parent c132bd9 commit b61faef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "TERM=linux" >> $GITHUB_ENV
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -62,9 +62,10 @@ jobs:
COVERAGE: True # for codecov

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
# flags: unittests
env_vars: OS,PYTHON
files: ./coverage.xml
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit b61faef

Please sign in to comment.