Skip to content

Commit

Permalink
add codecov report workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 27, 2023
1 parent 35468e5 commit 659b53e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: codecov
on:
pull_request:

jobs:
run-codecov:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


0 comments on commit 659b53e

Please sign in to comment.