Skip to content

Commit 6602204

Browse files
authored
Update Coverage.yml
1 parent a355544 commit 6602204

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Diff for: .github/workflows/Coverage.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,4 @@ on:
77
tags: '*'
88
jobs:
99
test:
10-
name: coverage
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v4
14-
- uses: julia-actions/setup-julia@latest
15-
- uses: julia-actions/julia-runtest@latest
16-
- uses: julia-actions/julia-processcoverage@latest
17-
- uses: codecov/codecov-action@v4
18-
env:
19-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10+
uses: control-toolbox/CTActions/.github/workflows/coverage.yml@main

0 commit comments

Comments
 (0)