Skip to content

Commit

Permalink
Merge pull request #393 from bento-platform/fixes/codecov
Browse files Browse the repository at this point in the history
Codecov github actions
  • Loading branch information
v-rocheleau committed Apr 18, 2023
2 parents a70388d + 709d01b commit 5f90e70
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
run: |
export POSTGRES_USER="postgres" && export POSTGRES_PASSWORD="postgres" && export POSTGRES_PORT=5432
coverage run ./manage.py test
- name: Codecov
run: codecov
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 5f90e70

Please sign in to comment.