Skip to content

Commit

Permalink
Add codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeininger committed May 2, 2024
1 parent b8d4e43 commit 6fda3b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
flake8
py.test -vv --cov-config .coveragerc --cov geolink_formatter tests
- name: Send coverage
run: |
bash <(curl -s https://codecov.io/bash)
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

deploy-dev:
name: Deploy to PyPI Test
Expand Down

0 comments on commit 6fda3b0

Please sign in to comment.