EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Migrate from Travis CI to Gitlab CI #676

Closed desilinguist closed 3 years ago

desilinguist commented 3 years ago

This PR closes #651.

Note: Gitlab CI runs the builds for both the branch as well as the pull request but only shows a single status check on this page. That check only updates as passing if both builds pass. To see both builds, you have to click "Details" and then click on "Pipelines" at the top to see all of the pipeline builds or check the Slack channel.

codecov[bot] commented 3 years ago

Codecov Report

Merging #676 (9ee758b) into main (d590ece) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #676      +/-   ##
==========================================
+ Coverage   96.82%   96.85%   +0.03%     
==========================================
  Files          63       63              
  Lines        9098     9098              
==========================================
+ Hits         8809     8812       +3     
+ Misses        289      286       -3     
Impacted Files Coverage Δ
tests/other/custom_metrics.py 94.11% <0.00%> (+17.64%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d590ece...9ee758b. Read the comment docs.