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 23fdbc4 commit d1ec18eCopy full SHA for d1ec18e
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
id: coverage
50
if: matrix.command == 'test' && matrix.platform == 'IOS'
51
run: make XCODEBUILD_ARGUMENT="${{ matrix.command }}" CONFIG=Debug PLATFORM="${{ matrix.platform }}" coverage
52
- - uses: coverallsapp/[email protected].4
+ - uses: coverallsapp/[email protected].6
53
if: steps.coverage.outcome == 'success'
54
with:
55
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments