Skip to content

Commit

Permalink
Upgrade codecov action (#51)
Browse files Browse the repository at this point in the history
* Update workflow name to match my other repos

* Upgrade to codecov 4
  • Loading branch information
DoctorJohn authored Sep 22, 2024
1 parent 0f1530e commit 82d69bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Test

on:
push:
Expand Down Expand Up @@ -38,4 +38,6 @@ jobs:
- name: Run tests and collect coverage
run: poetry run pytest --cov=aiogqlc --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 82d69bc

Please sign in to comment.