Skip to content

Commit

Permalink
Fixing badge in README
Browse files Browse the repository at this point in the history
Trying to change actions to fix pipeline problem with 0%
  • Loading branch information
JosePizarro3 committed Jun 10, 2024
1 parent 0b2c7f7 commit ec0e7e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: pytest-coverage.txt
junitxml-path: pytest.xml
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml
- name: Submit to coveralls
continue-on-error: true
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Coverage Status](https://coveralls.io/repos/github/JosePizarro3/pySSMF/badge.svg?branch=develop)](https://coveralls.io/github/JosePizarro3/pySSMF?branch=develop)
![](https://coveralls.io/repos/github/JosePizarro3/pySSMF/badge.svg?branch=develop)

# pySSMF

Expand Down

1 comment on commit ec0e7e5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/pyssmf
   __init__.py220%17–18
   hopping_pruning.py36360%17–94
   input.py72720%17–188
   parsing.py1411410%17–267
   runner.py84840%17–210
   schema.py23230%17–163
   tb_hamiltonian.py77770%17–206
   visualization.py57570%17–153
src/pyssmf/utils
   __init__.py110%17
   utils.py21210%17–71
TOTAL5145140% 

Tests Skipped Failures Errors Time
5 0 💤 0 ❌ 0 🔥 0.289s ⏱️

Please sign in to comment.