Skip to content

Commit

Permalink
ci: codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Sep 14, 2023
1 parent 0dc4ab9 commit 8ec4e18
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: codecov

on:
push:
branches:
- master
- main
pull_request:

jobs:
codecov:
name: 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 8ec4e18

Please sign in to comment.