Compare commits
2 Commits
8e0941bbec
...
ab8c0d8ba2
| Author | SHA1 | Date |
|---|---|---|
|
|
ab8c0d8ba2 | |
|
|
41e5f8862e |
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload code coverage report
|
- name: Upload code coverage report
|
||||||
if: env.CODECOV_TOKEN != '' && matrix.config.xcode == env.CODECOV_XCODE_VERSION
|
if: env.CODECOV_TOKEN != '' && matrix.config.xcode == env.CODECOV_XCODE_VERSION
|
||||||
uses: codecov/codecov-action@v5.4.0
|
uses: codecov/codecov-action@v5.4.3
|
||||||
with:
|
with:
|
||||||
token: ${{ env.CODECOV_TOKEN }}
|
token: ${{ env.CODECOV_TOKEN }}
|
||||||
files: coverage.lcov
|
files: coverage.lcov
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
wasm:
|
wasm:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: swift:6.0.3
|
container: swift:6.1.2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: swiftwasm/setup-swiftwasm@v2
|
- uses: swiftwasm/setup-swiftwasm@v2
|
||||||
|
|
|
||||||
|
|
@ -9,5 +9,5 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: markdown-link-check
|
- name: markdown-link-check
|
||||||
uses: gaurav-nelson/github-action-markdown-link-check@1.0.16
|
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue