Skip to content

Commit

Permalink
fix: add codecov token to github action (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Mar 3, 2024
1 parent cddfda3 commit ea5e088
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: test

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
test:
Expand Down Expand Up @@ -60,4 +68,5 @@ jobs:
uses: codecov/codecov-action@v4
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/clover.xml

0 comments on commit ea5e088

Please sign in to comment.