Skip to content

Commit

Permalink
chore: add Codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
isometry authored Oct 11, 2023
1 parent 7cd6a00 commit d0f8a42
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: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]

jobs:
coverage:
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 d0f8a42

Please sign in to comment.