Skip to content

Commit

Permalink
CI: OS and Python flags for CodeCov does not include unit tests anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Oct 20, 2024
1 parent d5ef220 commit 284a58e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ jobs:
files: >-
coverage.unit.xml
flags: >-
test-unit,
OS-${{ runner.os }},
Py-${{ matrix.python_version }}
test-unit
- name: Upload (functional tests) coverage to codecov
if: hashFiles('coverage.functional.xml') != '' # Rudimentary `file.exists()`
uses: codecov/codecov-action@v4
Expand Down Expand Up @@ -171,9 +169,7 @@ jobs:
files: >-
coverage.unit.xml
flags: >-
test-unit,
OS-FreeBSD,
Py-${{ matrix.python_version }}
test-unit
- name: Upload (functional tests) coverage to codecov
if: hashFiles('coverage.functional.xml') != '' # Rudimentary `file.exists()`
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 284a58e

Please sign in to comment.