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 9bf8b0d commit d318b74Copy full SHA for d318b74
.github/workflows/quality_check.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Complexity baseline
76
run: make complexity-baseline
77
- name: Upload coverage to Codecov
78
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # 4.5.0
+ uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # 4.6.0
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
file: ./coverage.xml
0 commit comments