Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/untile/airtable-code-coverage-action


https://github.com/untile/airtable-code-coverage-action

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# airtable-code-coverage-action

## Development

Install the required dependencies:

```bash
yarn
```

And you may now run the tests with:

```bash
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.

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