Skip to content

Commit

Permalink
🔧 fix CI.yml coverage step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Feb 2, 2025
1 parent 54a09c1 commit 02ef479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
python -m coverage report --ignore-errors --show-missing --fail-under=98
- name: "Upload report"
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: coverage-report
path: htmlcov
Expand Down

0 comments on commit 02ef479

Please sign in to comment.