Skip to content

Commit

Permalink
ci: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Apr 11, 2024
1 parent 7786fbe commit 543bab5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ jobs:
run: deno task test --coverage=coverage

- name: Generate coverage
if: ${{ matrix.deno == 'v1.x' }}
run: deno coverage coverage --output=cov_profile.lcov --lcov

- uses: codecov/codecov-action@v3
if: ${{ matrix.deno == 'v1.x' }}
with:
files: cov_profile.lcov

Expand Down

0 comments on commit 543bab5

Please sign in to comment.