Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/08f247109ad1086dc1a024ca521f77ffb4b4edde You should set ROOT_URL correctly, otherwise the web may not work correctly.

using environmental variable in files path.

pull/228/head
Jason Kulatunga 3 years ago
parent 36617c8f1f
commit 08f247109a

@ -43,7 +43,7 @@ jobs:
- name: Generate coverage report
uses: codecov/codecov-action@v2
with:
files: $PROJECT_PATH/coverage.txt
files: ${{ env.PROJECT_PATH }}/coverage.txt
flags: unittests
fail_ci_if_error: true
verbose: true

Loading…
Cancel
Save