CI: tarpaulin env var

This commit is contained in:
realaravinth
2021-04-02 11:28:11 +05:30
parent e83ed3d8ea
commit 584d43c34a
5 changed files with 217 additions and 176 deletions

View File

@@ -93,6 +93,7 @@ jobs:
# execution so this value is required for preventing meta tests from
# panicking
GIT_HASH: 8e77345f1597e40c2e266cb4e6dee74888918a61
OPEN_API_DOCS: 8e77345f1597e40c2e266cb4e6dee74888918a61
- name: Upload to Codecov
@@ -109,7 +110,8 @@ jobs:
args: --no-deps --workspace --all-features
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
GIT_hash: 8e77345f1597e40c2e266cb4e6dee74888918a61 # dummy value
GIT_HASH: 8e77345f1597e40c2e266cb4e6dee74888918a61 # dummy value
OPEN_API_DOCS: 8e77345f1597e40c2e266cb4e6dee74888918a61
- name: Deploy to GitHub Pages
if: matrix.version == 'stable' && (github.repository == 'mCaptcha/guard')