amazon-ion / ion-go

A Go implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
174 stars 31 forks source link

Fixes CI build workflow #186

Closed popematt closed 2 years ago

popematt commented 2 years ago

Issue #, if available:

N/A

Description of changes:

CI Build workflow is failing because something is broken in a non-standard github action for checking out submodules that we are depending on. This commit replaces the non-standard github action with the correct configuration in the Github-provided checkout action.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 2 years ago

Codecov Report

Merging #186 (d120c0a) into master (3f5d6c7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #186   +/-   ##
=======================================
  Coverage   74.67%   74.67%           
=======================================
  Files          25       25           
  Lines        4935     4935           
=======================================
  Hits         3685     3685           
  Misses        744      744           
  Partials      506      506           

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 3f5d6c7...d120c0a. Read the comment docs.