mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Update code coverage action
This commit is contained in:
parent
e0b6053b15
commit
fc61f2469d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
- name: Upload Coverage Report to Codecov
|
||||
if: matrix.type.name == 'Debug' && github.repository == 'SFML/SFML' # Disable upload in forks
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
directory: ./build
|
||||
files: ./build/coverage.out
|
||||
|
Loading…
Reference in New Issue
Block a user