Merge pull request #104 from zcash-hackworks/mdr0id-patch-remove-extra-code

Update .gitlab-ci.yml
This commit is contained in:
Marshall Gaucher 2019-10-13 16:14:43 -07:00 committed by GitHub
commit 5fa12b398f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -72,8 +72,6 @@ test:test-unittest:
- build:build-linux
script:
- make test
except:
- merge_requests
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
@ -93,10 +91,6 @@ test:test-coverage:
- make coverage
- make coverage_report
- make coverage_html
except:
- merge_requests
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
artifacts:
paths:
- ./coverage.html