Skip to content

Commit

Permalink
Execute test pipeline on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
f-ewald committed Nov 1, 2024
1 parent 3631e50 commit 1d2fa78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ci

on: [push]
on:
- push
- pull_request

jobs:
build:
Expand Down Expand Up @@ -33,6 +35,7 @@ jobs:
run: "python -m coverage xml"

- name: "upload coverage to codecov"
if: ${{ github.event_name == 'push' }}
uses: "codecov/codecov-action@v1"
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 1d2fa78

Please sign in to comment.