Skip to content

Commit

Permalink
Merge pull request #2 from crazy-max/enable-codecov
Browse files Browse the repository at this point in the history
ci: enable codecov
  • Loading branch information
crazy-max authored Jan 24, 2025
2 parents 1c1443e + d6f3f37 commit 28f42ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
push:
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
push:
branches:
- 'main'
Expand All @@ -29,9 +30,9 @@ jobs:
uses: docker/bake-action@v6
with:
targets: test
# -
# name: Upload coverage
# uses: codecov/codecov-action@v5
# with:
# files: ./coverage/clover.xml
# token: ${{ secrets.CODECOV_TOKEN }}
-
name: Upload coverage
uses: codecov/codecov-action@v5
with:
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
push:
branches:
- 'main'
Expand Down

0 comments on commit 28f42ef

Please sign in to comment.