Skip to content

Commit

Permalink
changed directory of xml report
Browse files Browse the repository at this point in the history
  • Loading branch information
97gamjak committed Oct 27, 2023
1 parent 4d2ffa8 commit c07e837
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./htmlcov/
env_vars: OS,PYTHON
fail_ci_if_error: true
flags: unittests
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ _version.py
**/*.ipynb

.coverage
coverage.xml
htmlcov/

0 comments on commit c07e837

Please sign in to comment.