Skip to content

Commit

Permalink
use code cov token
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed May 27, 2024
1 parent cecaaa5 commit 565167c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup vcpkg (it does not install any package yet)
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 486a4640db740f5994e492eb60748111dfc48de7
vcpkgGitCommitId: 01f602195983451bc83e72f4214af2cbc495aa94

- name: Get OpenCppCoverage
if: ${{ matrix.BUILD_TYPE == 'Debug' }}
Expand All @@ -48,8 +48,8 @@ jobs:
- name: Upload Report to Codecov
if: ${{ matrix.BUILD_TYPE == 'Debug' }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
files: ./cobertura.xml
fail_ci_if_error: true
functionalities: fix
token: ${{ secrets.CODECOV_TOKEN }} # required
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ target_include_directories(winasio INTERFACE

# header only
target_compile_definitions(winasio
INTERFACE _WIN32_WINNT=0x0601
INTERFACE _WIN32_WINNT=0x0602
# INTERFACE WINASIO_LOG=1
)

Expand Down

0 comments on commit 565167c

Please sign in to comment.