Skip to content

Commit

Permalink
updated workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hudde committed Sep 4, 2023
1 parent 4fa848e commit e8497da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
branches: [main, master]

name: codecov

jobs:
codecov:

steps:
- uses: actions/checkout@main
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e8497da

Please sign in to comment.