fix(ci): Get Codecov to work again
Mainly updates the plugin
This commit is contained in:
parent
4d1758457b
commit
52ff00c28d
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -144,11 +144,16 @@ jobs:
|
||||
lcov --remove cov_total.info "${PWD}/build/*" "${PWD}/tests/*" "${PWD}/lib/*" -o cov.info
|
||||
- name: Upload Coverage
|
||||
if: ${{ matrix.polybar_build_type == 'tests' }}
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
flags: unittests
|
||||
# We provide our own coverage files
|
||||
disable_search: true
|
||||
# Disable all plugins, we handle all preparations ourselves
|
||||
plugins: noop
|
||||
files: ./cov.info
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
- name: Upload Logs
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user