fix coverage

This commit is contained in:
Salvatore Giordano
2021-06-18 11:21:53 +02:00
parent 3eb336e93d
commit 24931f7f30
2 changed files with 2 additions and 2 deletions
@@ -77,7 +77,7 @@ jobs:
- name: "Flutter Test"
run: melos run test:all
- name: "Collect Coverage"
run: melos run coverage:ignore-file
run: melos run coverage:ignore-file --no-select
- name: "Upload Coverage"
uses: codecov/codecov-action@v1
with: