Skip to content

Commit

Permalink
Admin: Set CodeCov token
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Apr 27, 2024
1 parent 278aefb commit 0152ef4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,13 @@ jobs:
needs: [lint]
if: "!contains(github.event.pull_request.labels.*.name, 'java')"
uses: ./.github/workflows/tests_decoratormode.yml
secrets: inherit

testserver:
needs: [lint]
if: "!contains(github.event.pull_request.labels.*.name, 'java')"
uses: ./.github/workflows/tests_servermode.yml
secrets: inherit

testproxy:
needs: [lint]
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests_decoratormode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
flags: unittests
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
2 changes: 2 additions & 0 deletions .github/workflows/tests_servermode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
with:
fail_ci_if_error: false
flags: servertests
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
- name: "Stop MotoServer"
if: always()
run: |
Expand Down

0 comments on commit 0152ef4

Please sign in to comment.