Commit fa149c16 authored by elenadimitrova's avatar elenadimitrova Committed by Kelvin Fichter

Fail CI if code coverage fails

parent 6d07267e
...@@ -100,9 +100,7 @@ jobs: ...@@ -100,9 +100,7 @@ jobs:
- name: Test Coverage - name: Test Coverage
run: yarn test:coverage run: yarn test:coverage
# Tests are quite brittle when instrumented by Solidity Coverage.
# If tests pass in the Test job above, tests failing during coverage shouldn't break CI.
continue-on-error: true
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v1
with: with:
files: ./packages/contracts/coverage.json files: ./packages/contracts/coverage.json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment