Skip to content

Commit

Permalink
trying to get everything synched up
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Mar 22, 2024
1 parent b6948ef commit 317d40f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/native-wsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,10 @@ jobs:
Set-Location -Path $PSScriptRoot
}
- name: Upload Codecov
uses: codecov/codecov-action@v3.1.5
with:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ./coverage/coverage-final.json # optional
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)

0 comments on commit 317d40f

Please sign in to comment.