mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 23:53:23 +01:00
CI: Clean up codecov-action
configuration (#719)
This commit is contained in:
parent
3078f35d9c
commit
4fc4b8e95f
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -62,6 +62,7 @@ jobs:
|
||||
- name: Install prerequisites (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libdbus-1-dev
|
||||
|
||||
- name: Setup Python
|
||||
@ -123,7 +124,4 @@ jobs:
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
files: ./coverage.xml
|
||||
flags: unittests
|
||||
env_vars: OS,PYTHON,BARE
|
||||
name: codecov-umbrella
|
||||
fail_ci_if_error: false
|
||||
|
Loading…
Reference in New Issue
Block a user