ga4gh / ga4gh-starter-kit-drs

Open, extensible server implementation of the GA4GH Data Repository Service (DRS) specification
Apache License 2.0
4 stars 7 forks source link

Feature/51 migrate to gha #57

Closed emre-f closed 2 years ago

emre-f commented 2 years ago

The tests that were run through GitHub actions passed. In the subsequent empty commit the caching was also successful.

Note: There was no docker integration step in the travis YAML file, so this workflow only has one job which is the unit test.

emre-f commented 2 years ago

I realized there is a separate issue for adding the docker integration. I will also add them here.

codecov-commenter commented 2 years ago

Codecov Report

Merging #57 (4c9ff20) into develop (809682b) will decrease coverage by 0.16%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #57      +/-   ##
=============================================
- Coverage      95.99%   95.83%   -0.17%     
+ Complexity       256      255       -1     
=============================================
  Files             32       32              
  Lines            624      624              
  Branches          38       38              
=============================================
- Hits             599      598       -1     
  Misses            19       19              
- Partials           6        7       +1     
Impacted Files Coverage Δ
...arterkit/drs/utils/hibernate/DrsHibernateUtil.java 82.92% <0.00%> (-2.44%) :arrow_down:

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 809682b...4c9ff20. Read the comment docs.

emre-f commented 2 years ago

Note: currently only the Unit-Test step is present. The Docker-Integration step will be added in a different PR (see Issue #52 )

emre-f commented 2 years ago