Skip to content

Commit

Permalink
rename uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Sep 11, 2024
1 parent 0c50176 commit 264bcd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,13 @@ jobs:
run: |
micromamba activate lobpy
pytest --cov=lobsterpy --cov-report term-missing --cov-append --splits 6 --group ${{ matrix.split }} -vv --durations-path ./tests/test_data/.pytest-split-durations
# ls -la
# find . -name ".coverage"
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.split }}
name: coverage-${{ matrix.split }}-${{ matrix.python-version }}
include-hidden-files: true
overwrite: false
path: ./.coverage

coverage:
Expand Down

0 comments on commit 264bcd3

Please sign in to comment.