Skip to content

untile/airtable-code-coverage-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

airtable-code-coverage-action

Development

Install the required dependencies:

yarn

And you may now run the tests with:

yarn test

Inputs

  • airtable_token: Airtable API token.
  • airtable_base_id: Airtable base id.
  • airtable_table_name: Airtable table name.
  • airtable_record_id: Airtable record id.
  • airtable_field_name: Airtable field name.

Releases

Be sure to have configured GITHUB_TOKEN in your globals.

npm version [<new version> | major | minor | patch] -m "Release %s"
git push origin master && git push --tags

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published