We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881f60f commit d6b19b0Copy full SHA for d6b19b0
.github/workflows/code_quality.yml
@@ -80,7 +80,7 @@ jobs:
80
directory: ./coverage/
81
fail_ci_if_error: true
82
# flags: unittests
83
- token: ${{ secrets.CODECOV_TOKEN || inputs.codecov_token}}
+ token: ${{ secrets.CODECOV_TOKEN }}
84
verbose: true
85
86
- name: Stop Docker Container
.github/workflows/release.yml
@@ -10,8 +10,6 @@ on:
10
jobs:
11
test:
12
uses: ./.github/workflows/code_quality.yml
13
- with:
14
- codecov_token: ${{ secrets.CODECOV_TOKEN }}
15
publish:
16
name: Publish Packages with Melos
17
runs-on: ubuntu-latest
0 commit comments