Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov inclusion #5

Merged
merged 21 commits into from
Nov 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Codecov correction #5
  • Loading branch information
franberchez committed Nov 22, 2023
commit 2038eec2307e2f50e0738454d2851f3f6b4577be
3 changes: 1 addition & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:

- name: Run tests
run: |
pytest --cov=./ --cov-report=xml
pytest --cov=dlordinal --cov-report=xml

codecov:
needs: tests
@@ -41,7 +41,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml


# env: