File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ jobs:
7070 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7171 with :
7272 files : ./coverage.xml
73- flags : main
73+ flags : cpython
7474 env_vars : OS,PYTHON
7575 name : codecov-umbrella
76- fail_ci_if_error : false
76+ fail_ci_if_error : true
7777
7878
7979 test-micropython :
Original file line number Diff line number Diff line change 11# micropython-cratedb - A CrateDB Driver for MicroPython
22
33[ ![ Tests] ( https://github.com/crate/micropython-cratedb/actions/workflows/tests.yml/badge.svg )] ( https://github.com/crate/micropython-cratedb/actions/workflows/tests.yml )
4+ [ ![ Test coverage] ( https://img.shields.io/codecov/c/gh/crate/micropython-cratedb.svg?style=flat-square )] ( https://codecov.io/gh/crate/micropython-cratedb/ )
45
56## Introduction
67
You can’t perform that action at this time.
0 commit comments