Clarin json
Merge request reports
Activity
requested review from @pwalkow
assigned to @bmatysiak
- Resolved by Bartosz Matysiak
- Resolved by Bartosz Matysiak
- Resolved by Bartosz Matysiak
- Resolved by Bartosz Matysiak
26 26 pyaml-env==1.2.1 27 27 pytest-mock 28 28 lxml 29 clarin_json>=0.3 29 30 commands = 30 31 coverage run --source=src -m pytest --junitxml=report.xml tests/test.py Czemu coverage jest 78% http://nlpworkers.pages.clarin-pl.eu/pos_tagger/coverage/ , wygląda jakby czegoś nie brało pod uwagę bo tam pokazuje ze tei nie jest testowane a jest?
- Resolved by Bartosz Matysiak
Dodaj do .gitlab-ci.yaml
stages: - check_style - tests - pages - build_master - build_develop - build_clarin_json build_develop: except: - master - clarin_json stage: build_develop image: docker:18.09.7 services: - 'docker:18.09.7-dind' script: - docker build -t $CI_REGISTRY_IMAGE:develop . - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker push $CI_REGISTRY_IMAGE:develop build_clarin_json: only: - clarin_json stage: build_clarin_json image: docker:18.09.7 services: - 'docker:18.09.7-dind' script: - docker build -t $CI_REGISTRY_IMAGE:clarin-json . - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker push $CI_REGISTRY_IMAGE:clarin-json
Edited by Paweł Walkowiakadded 1 commit
- 97761e0f - Remove unnecessary arg from split_corpus call
- Resolved by Bartosz Matysiak
- Resolved by Bartosz Matysiak
- Resolved by Bartosz Matysiak
- Resolved by Bartosz Matysiak
Please register or sign in to reply