Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/untile/airtable-code-coverage-action
https://github.com/untile/airtable-code-coverage-action
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/untile/airtable-code-coverage-action
- Owner: untile
- Created: 2021-06-17T13:31:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T16:25:15.000Z (over 2 years ago)
- Last Synced: 2024-12-19T21:35:56.207Z (28 days ago)
- Language: TypeScript
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```