Skip to content

Commit

Permalink
add codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
4d4ch4u32 committed May 24, 2024
1 parent 1290786 commit 7510f5b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Codecov'

on:
pull_request:
push:
branches:
- main

jobs:
tests:
runs-on: ubuntu-22.04
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@3
with:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7510f5b

Please sign in to comment.