Skip to content

Commit

Permalink
Revert pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Dec 18, 2024
1 parent 1432e69 commit 51dc101
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 --cov-report=html --junitxml=pytest.xml --cov=bam_masterdata --cov-context=test tests | tee pytest-coverage.txt
pytest --cov-config=.coveragerc --junitxml=pytest.xml --cov=bam_masterdata tests | tee pytest-coverage.txt
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
Expand Down

1 comment on commit 51dc101

@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
bam_masterdata
   logger.py80100% 
bam_masterdata/cli
   cli.py363636 0%
   entities_to_excel.py393939 0%
   entities_to_json.py353535 0%
bam_masterdata/datamodel
   collection_types.py777 0%
   dataset_types.py00100% 
   object_types.py111111 0%
   property_types.py222 0%
   vocabulary_types.py141414 0%
bam_masterdata/metadata
   definitions.py7844 95%
   entities.py4533 93%
bam_masterdata/utils
   utils.py331111 67%
TOTAL30816247% 

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

Please sign in to comment.