Skip to content

Commit

Permalink
from renault-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame committed Oct 27, 2024
1 parent c841d8c commit 99fa463
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,11 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: coverage-data
# name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }}
name: coverage-data-${{ matrix.python-version }}-${{ matrix.os }}
path: ".coverage.*"
# include-hidden-files: true
# if-no-files-found: error
include-hidden-files: true

- name: Upload documentation
if: matrix.session == 'docs-build'
Expand Down Expand Up @@ -131,20 +128,11 @@ jobs:
pip install --constraint=.github/workflows/constraints.txt nox nox-poetry
nox --version
# - name: Merge coverage data
# uses: actions/upload-artifact/merge@v4
# with:
# name: coverage-data
# pattern: coverage-data-*

- name: Download coverage data
uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
uses: actions/download-artifact@v4
with:
name: coverage-data
# path: coverage-data
# pattern: coverage-data-*
# merge-multiple: true
pattern: coverage-data-*
merge-multiple: true

- run: ls -R coverage-data

Expand Down

0 comments on commit 99fa463

Please sign in to comment.