mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-24 18:58:41 +02:00
Pass codecov token to ansible-test-gh-action. (#285)
This commit is contained in:
parent
3862d1cea7
commit
6116cde9dd
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ansible-test.yml
vendored
3
.github/workflows/ansible-test.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
||||||
uses: felixfontein/ansible-test-gh-action@main
|
uses: felixfontein/ansible-test-gh-action@main
|
||||||
with:
|
with:
|
||||||
ansible-core-version: ${{ matrix.ansible }}
|
ansible-core-version: ${{ matrix.ansible }}
|
||||||
|
codecov-token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
testing-type: sanity
|
testing-type: sanity
|
||||||
# NOTE: we're installing with git to work around Galaxy being a huge PITA (https://github.com/ansible/galaxy/issues/2429)
|
# NOTE: we're installing with git to work around Galaxy being a huge PITA (https://github.com/ansible/galaxy/issues/2429)
|
||||||
pre-test-cmd: |-
|
pre-test-cmd: |-
|
||||||
|
@ -90,6 +91,7 @@ jobs:
|
||||||
uses: felixfontein/ansible-test-gh-action@main
|
uses: felixfontein/ansible-test-gh-action@main
|
||||||
with:
|
with:
|
||||||
ansible-core-version: ${{ matrix.ansible }}
|
ansible-core-version: ${{ matrix.ansible }}
|
||||||
|
codecov-token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
testing-type: units
|
testing-type: units
|
||||||
# NOTE: we're installing with git to work around Galaxy being a huge PITA (https://github.com/ansible/galaxy/issues/2429)
|
# NOTE: we're installing with git to work around Galaxy being a huge PITA (https://github.com/ansible/galaxy/issues/2429)
|
||||||
pre-test-cmd: |-
|
pre-test-cmd: |-
|
||||||
|
@ -157,6 +159,7 @@ jobs:
|
||||||
uses: felixfontein/ansible-test-gh-action@main
|
uses: felixfontein/ansible-test-gh-action@main
|
||||||
with:
|
with:
|
||||||
ansible-core-version: ${{ matrix.ansible }}
|
ansible-core-version: ${{ matrix.ansible }}
|
||||||
|
codecov-token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
integration-continue-on-error: 'false'
|
integration-continue-on-error: 'false'
|
||||||
integration-diff: 'false'
|
integration-diff: 'false'
|
||||||
integration-retry-on-error: 'true'
|
integration-retry-on-error: 'true'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue