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

uses: codecov/codecov-action@v2

This commit is contained in:
JensDiemer 2022-07-22 19:40:02 +02:00
parent d969e28060
commit 5827515d8e

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'