Skip to content

Commit

Permalink
Adjust testcov flags
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Oct 24, 2024
1 parent 42474d9 commit ee92cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: go-${{ matrix.go-version }},mruby-${{ matrix.mruby-version }},platform-${{ matrix.platform }}
flags: platform-${{ matrix.platform }}-mruby-v${{ matrix.mruby-version }}-go-v${{ matrix.go-version }}
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
Expand Down

0 comments on commit ee92cf7

Please sign in to comment.