Skip to content

Commit

Permalink
Merge pull request #164 from wagnerdelima/wagnerdelima-patch-1
Browse files Browse the repository at this point in the history
Create codecov.yml
  • Loading branch information
wagnerdelima authored Apr 16, 2023
2 parents 1c909a0 + 031db0a commit 61d037e
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: Upload coverage reports to Codecov

on:
pull_request:
types: [opened, edited]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9

- name: Upload coverage
uses: codecov/codecov-action@v3

0 comments on commit 61d037e

Please sign in to comment.