We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123cdd4 commit a6da56dCopy full SHA for a6da56d
1 file changed
.github/workflows/CI.yml
@@ -48,6 +48,7 @@ jobs:
48
- uses: julia-actions/julia-processcoverage@v1
49
50
- uses: codecov/codecov-action@v6
51
+ if: github.actor != 'dependabot[bot]'
52
with:
53
files: lcov.info
54
token: ${{ secrets.CODECOV_TOKEN }}
@@ -78,6 +79,7 @@ jobs:
78
79
LABEL: ${{ matrix.label }}
80
81
82
83
84
85
0 commit comments