Skip to content

Commit

Permalink
ci: remove coverage check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Dec 5, 2022
1 parent 48aaea7 commit f270c2c
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,30 +130,3 @@ jobs:
cd src
meteor npm ci --no-optional
sh ./scripts/test.sh -c -o -p
- name: Upload coverage
uses: actions/upload-artifact@v2
with:
name: coverage-folder
path: src/.coverage/

coverage:
name: Coverage report
runs-on: ubuntu-latest
needs: [ tests ]
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Download coverage
uses: actions/download-artifact@v2
with:
name: coverage-folder
path: src/.coverage/


- name: Coverage Report
uses: VeryGoodOpenSource/very_good_coverage@v1.1.1
with:
path: ".coverage/lcov.info"
min_coverage: 65 # TODO increase to 95!

0 comments on commit f270c2c

Please sign in to comment.