Skip to content

Commit

Permalink
fix: codecov filename
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangalilea committed Aug 2, 2024
1 parent bfde9b6 commit 3f907b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Run linter
run: flake8 . --config=.flake8
- name: Run tests with coverage
run: pytest --cov=src --cov-report=xml
run: pytest --cov=src --cov-report=xml --junitxml=pytest.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload test results
uses: actions/upload-artifact@v2
with:
name: pytest-results
path: pytest-results
path: pytest.xml
if: ${{ always() }}

todo:
Expand Down

0 comments on commit 3f907b3

Please sign in to comment.