Merge pull request #104 from zcash-hackworks/mdr0id-patch-remove-extra-code
Update .gitlab-ci.yml
This commit is contained in:
commit
5fa12b398f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue