Skip to content

Commit

Permalink
test fix coverage - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 19, 2024
1 parent 96c77c8 commit 6e3c418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ jobs:
env:
CI_RUN: "yes"
shell: bash
- run: ls -a report
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.seaborn-version }}
path: report/.coverage.*
if-no-files-found: error
include-hidden-files: true

coverage:
name: coverage
Expand Down

0 comments on commit 6e3c418

Please sign in to comment.