Skip to content

Commit

Permalink
Update windows-mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroAir committed May 26, 2024
1 parent 3a4285a commit fbe3cdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/windows-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ jobs:
mkdir build
cd build
cmake ..
cmake --build .
cmake --build .
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fbe3cdd

Please sign in to comment.