Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukozturk authored Dec 10, 2022
1 parent 25f0b97 commit 54834e4
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,3 @@ jobs:
- name: Test with tox
run: tox

#----------------------------------------------
# run test suite
#----------------------------------------------
- name: Run tests
if: ${{ matrix.python-version == '3.11' }}
run: |
source .venv/bin/activate
pytest --cov=hardeneks tests/ \
--cov-report term-missing \
--cov-report xml:coverage.xml
#----------------------------------------------
# coverage report
#----------------------------------------------
- name: Upload coverage results
if: ${{ matrix.python-version == '3.11' }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
verbose: true

0 comments on commit 54834e4

Please sign in to comment.