Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ci-go-cover.yml #404

Merged
merged 4 commits into from
May 15, 2023
Merged

Update ci-go-cover.yml #404

merged 4 commits into from
May 15, 2023

Commits on May 14, 2023

  1. Update ci-go-cover.yml

    Add triggers:
    - pull_request
    - workflow_dispatch
    Bump Go to 1.20.
    x448 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    65e7b14 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Update ci-go-cover.yml

    Reduce min coverage to 96% (was 98%) since the Diagnose() and DiagnoseFirst() functions reduced code coverage because of error path .
    
    These two functions return diagnostic notation for debugging,
    so CBOR encoding/decoding functions are unaffected
    (still >= 98% coverage).
    fxamacker committed May 15, 2023
    Configuration menu
    Copy the full SHA
    329ea8b View commit details
    Browse the repository at this point in the history
  2. Update ci-go-cover.yml

    Install github.com/x448/float16@v0.8.4 manually.
    fxamacker committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b89f9da View commit details
    Browse the repository at this point in the history
  3. Update ci-go-cover.yml

    Use Go 1.19
    fxamacker committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e3c7dcf View commit details
    Browse the repository at this point in the history