prefix version tags with 'v' (#6810)

This commit is contained in:
Maximilian Hils 2024-04-19 21:28:05 +02:00 committed by GitHub
parent 4d00ec03b4
commit 2c96c96e75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 30 additions and 17 deletions

View file

@ -72,11 +72,10 @@ jobs:
# run tests with loopback only. We need to sudo for unshare, which means we need an absolute path for tox.
sudo unshare --net -- sh -c "ip link set lo up; $(which tox) -e py"
if: matrix.os == 'ubuntu-latest'
- uses: mhils/better-codecov-action@main
- uses: codecov/codecov-action@v4
with:
arguments: '--file ./coverage.xml --name ${{ matrix.os }}'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
build:
strategy:
@ -166,11 +165,10 @@ jobs:
run: npm ci
- working-directory: ./web
run: npm test
- uses: mhils/better-codecov-action@main
- uses: codecov/codecov-action@v4
with:
arguments: '--file ./web/coverage/coverage-final.json'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: ./web/coverage/coverage-final.json
docs:
runs-on: ubuntu-latest