Skip to content

Commit

Permalink
testing code coverage 1
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Jun 27, 2024
1 parent 51fc399 commit 1fc59f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Coverage report
run: |
wget https://files.dice-research.org/datasets/dice-embeddings/KGs.zip --no-check-certificate && unzip KGs.zip
coverage run -m pytest
coverage run --omit='tests/*' -m pytest
coverage report -m

0 comments on commit 1fc59f9

Please sign in to comment.