Skip to content

Commit

Permalink
Attempt to fix codecov stats
Browse files Browse the repository at this point in the history
  • Loading branch information
danthedeckie committed Oct 4, 2024
1 parent 9c90b10 commit 9542343
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
@@ -1,4 +1,4 @@
name: Codecov
name: CI
on: [push]
jobs:
lint:
Expand Down Expand Up @@ -44,7 +44,8 @@ jobs:
coverage run -m test_simpleeval
coverage xml
- name: Upload to codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4.0.1
with:
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 9542343

Please sign in to comment.