File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ jobs:
6767 export CI_DB_USER="$(id -nu)"
6868 source .venv/bin/activate
6969 pytest --junitxml=junit.xml --cov=weblate --cov-report=xml --numprocesses=auto weblate
70- - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
70+ - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
7171 with :
7272 token : ${{secrets.CODECOV_TOKEN}} # zizmor: ignore[secrets-outside-env]
7373 flags : unittests
7474 name : Tests macos
7575 - name : Upload test results to Codecov
7676 if : ${{ !cancelled() }}
77- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
77+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
7878 with :
7979 token : ${{ secrets.CODECOV_TOKEN }} # zizmor: ignore[secrets-outside-env]
8080 report_type : test_results
Original file line number Diff line number Diff line change 9292 run : |
9393 uv run coverage combine
9494 uv run coverage xml
95- - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
95+ - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
9696 with :
9797 token : ${{secrets.CODECOV_TOKEN}} # zizmor: ignore[secrets-outside-env]
9898 flags : migrations
Original file line number Diff line number Diff line change @@ -150,14 +150,14 @@ jobs:
150150 env :
151151 ARGOS_TOKEN : ${{ secrets.ARGOS_TOKEN }} # zizmor: ignore[secrets-outside-env]
152152 run : yarn argos upload ../test-images/
153- - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
153+ - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
154154 with :
155155 token : ${{secrets.CODECOV_TOKEN}} # zizmor: ignore[secrets-outside-env]
156156 flags : unittests
157157 name : Tests py${{ matrix.python-version }}, ${{ matrix.requirements }} deps
158158 - name : Upload test results to Codecov
159159 if : ${{ !cancelled() }}
160- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
160+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
161161 with :
162162 token : ${{ secrets.CODECOV_TOKEN }} # zizmor: ignore[secrets-outside-env]
163163 report_type : test_results
You can’t perform that action at this time.
0 commit comments