Skip to content

Commit

Permalink
chore: add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Dec 11, 2023
1 parent 4af79e6 commit 8ca6d06
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Codecov

on:
pull_request:
push:
branches:
- main

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 8ca6d06

Please sign in to comment.