mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
ci: do not upload coverage for dependabot
This commit is contained in:
@@ -139,6 +139,7 @@ jobs:
|
|||||||
awk 'FNR==1 && NR!=1 {next} {print}' coverage/*.out > coverage.txt
|
awk 'FNR==1 && NR!=1 {next} {print}' coverage/*.out > coverage.txt
|
||||||
|
|
||||||
- name: "Upload Code Coverage"
|
- name: "Upload Code Coverage"
|
||||||
|
if: github.actor != 'dependabot[bot]'
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user