Skip to content

Commit

Permalink
fix coverage - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 22, 2024
1 parent 408c7bc commit cdbbd3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ jobs:
COVERAGE_FILE: ".coverage.${{ matrix.os }}.${{ matrix.py }}"
CI_RUN: "yes"
shell: bash
- name: List coverage files
run: |
ls -al report
ls -al .
shell: bash

- name: Store coverage file
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cdbbd3b

Please sign in to comment.