Skip to content

Commit

Permalink
Updated coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Dec 18, 2024
1 parent 9058106 commit 1432e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uv pip install coveralls
- name: Build coverage file
run: |
pytest --cov-config=.coveragerc --junitxml=pytest.xml --cov=bam_masterdata tests | tee pytest-coverage.txt
pytest --cov-config=.coveragerc --cov-report=html --junitxml=pytest.xml --cov=bam_masterdata --cov-context=test tests | tee pytest-coverage.txt
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
Expand Down

1 comment on commit 1432e69

@github-actions
Copy link

Choose a reason for hiding this comment

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

Tests Skipped Failures Errors Time
50 1 💤 0 ❌ 0 🔥 0.399s ⏱️

Please sign in to comment.