Skip to content

Commit

Permalink
Test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 12, 2024
1 parent 9e26d37 commit d5bd40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: coverage

on:
push:
branches: [nightly]
branches: [nightly, test-coverage]

jobs:
build:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: make pytest-coverage

- name: Upload coverage report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d5bd40a

Please sign in to comment.