Skip to content

Commit

Permalink
Merge pull request #242 from Parsifal-M/chore/codecov
Browse files Browse the repository at this point in the history
fixing codecov
  • Loading branch information
Parsifal-M authored Nov 6, 2024
2 parents c514815 + 4de7201 commit 6c082d7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18.x'

Expand All @@ -43,4 +45,5 @@ jobs:
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
slug: Parsifal-M/backstage-opa-plugins

0 comments on commit 6c082d7

Please sign in to comment.