nimbella / aio-cli-plugin-runtime

Nimbella Fork of the Adobe I/O Runtime plugin for Apache OpenWhisk.
https://nimbella.com
Apache License 2.0
2 stars 1 forks source link

Enable GitHub actions to run tests suites. #26

Closed rabbah closed 3 years ago

rabbah commented 3 years ago

Description

Enable GitHub actions to run tests on pull requests.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev-gha@af0dd63). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             dev-gha       #26   +/-   ##
===========================================
  Coverage           ?   100.00%           
===========================================
  Files              ?        59           
  Lines              ?      1653           
  Branches           ?       335           
===========================================
  Hits               ?      1653           
  Misses             ?         0           
  Partials           ?         0           

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 af0dd63...f7e5b78. Read the comment docs.

rabbah commented 3 years ago

@joshuaauerbachwatson this PR enables GitHub actions to run the test suite and oclif manifest generation against our dev branch. It tests the three platforms we support as well. The tests should all pass. You might notice that I had to update the dev branch already (force pushed) to stash some test fixes with the commits they belong to and keep our drift from upstream as tight as possible.

Merge at your leisure.