openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
14 stars 30 forks source link

chore(ci): add code coverage support #338

Closed evansims closed 2 months ago

evansims commented 3 months ago

Description

This PR introduces code coverage reporting for our SDKs and integrates Codecov into our GitHub CI for tracking coverage changes.

It also updates our GitHub Workflows to be more consistently formatted, bumps Action versions, ensures Action versions are annotated, and ensures Actions are being used with commit hashes for best security practices.

This encompasses the following PRs already merged in their respective repositories:

References

Review Checklist