Skip to content

Commit

Permalink
Merge pull request #373 from pagopa/codecov-github-action
Browse files Browse the repository at this point in the history
chore: migrate `codecov` from `bash` to `github action`
  • Loading branch information
shadowsheep1 authored Apr 30, 2024
2 parents 43e5e73 + 43f2bd3 commit af97362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
jobs:
checks:
runs-on: ubuntu-latest
environment: dev
concurrency:
group: ${{ github.workflow }}-pr-staticcheck-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down Expand Up @@ -43,5 +44,6 @@ jobs:
- id: run-test
run: yarn test:ci
- id: coverage
run: ./scripts/codecov.sh
shell: bash
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
23 changes: 0 additions & 23 deletions scripts/codecov.sh

This file was deleted.

0 comments on commit af97362

Please sign in to comment.