1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

Merge pull request #98 from YunoHost-Apps/update-ci

uses: codecov/codecov-action@v2
This commit is contained in:
Jens Diemer 2022-07-22 19:45:45 +02:00 committed by GitHub
commit e73aa33d3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,10 @@ jobs:
make pytest
- name: 'Upload coverage report'
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: false
verbose: true
- name: 'Run linters'
if: matrix.python-version == '3.8'