Skip to content

Commit

Permalink
Create Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil authored Dec 8, 2023
1 parent 247ad33 commit a21fdce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/Codecov
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Codecov
on:
push:
branches: [ main, dev ]
jobs:
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 a21fdce

Please sign in to comment.