Skip to content

Commit

Permalink
Update Coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Dec 11, 2024
1 parent 77f7fa8 commit 78cf9b9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,4 @@ on:
tags: '*'
jobs:
test:
name: coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@latest
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: control-toolbox/CTActions/.github/workflows/coverage.yml@main

0 comments on commit 78cf9b9

Please sign in to comment.