We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c7b0e commit af229b8Copy full SHA for af229b8
.github/workflows/coverage.yml
@@ -52,7 +52,7 @@ jobs:
52
-r include
53
-j 2
54
55
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
56
with:
57
token: ${{ secrets.CODECOV_TOKEN }}
58
files: ./build/coverage.xml
.github/workflows/windows.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Test -- Release
86
run: ctest --test-dir build -C Release --output-on-failure
87
88
89
if: matrix.compiler == 'Visual Studio'
90
91
0 commit comments