From c3c6879ea8d8b217d2fdbd31583423ad9042fd0b Mon Sep 17 00:00:00 2001 From: "@snowman" Date: Fri, 30 Jun 2023 14:53:58 -0600 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 93a96a8..fed83c1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You can install the plugin with the following bash command: Usage ------------ -You just need your [Tinybird](https://www.tinybird.co/) account and the token with append permissions +You just need your [Tinybird](https://www.tinybird.co/) account and a Token with append permissions Set these env variables: @@ -42,15 +42,14 @@ export TINYBIRD_DATASOURCE= # will be created with first resul export TINYBIRD_TOKEN= ``` -Just run pytest with `--report-to-tinybird`. +Then run pytest with `--report-to-tinybird`. ```bash $ pytest tests --report-to-tinybird ``` -CI execution info is filled using some env variables, the ones from GitLab. - +CI execution info can also be set using some env variables. These are from GitLab: ```bash CI_COMMIT_SHA @@ -60,7 +59,7 @@ CI_JOB_NAME CI_JOB_URL ``` -In case you are not using GitLab you need to set it manually. For instance, for GitHub actions you can check our current [GitHub actions workflow](https://github.com/tinybirdco/pytest-tinybird/blob/master/.github/workflows/main.yml)) +If you are not using GitLab, you will need to set them manually. For instance, for GitHub actions you can check our current [GitHub actions workflow](https://github.com/tinybirdco/pytest-tinybird/blob/master/.github/workflows/main.yml). Data Source details --------------------