Skip to content

Commit

Permalink
make sure coveralls reports correct branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen Wenzel committed Nov 22, 2019
1 parent 75bfacf commit 9b6260b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Style, Unit And Integration Tests
on: push
on:
push:
branches:
- "*"
ignore-tags:
- "*"

jobs:
test-style:
Expand Down Expand Up @@ -89,6 +94,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: |
export BRANCH_NAME="${GITHUB_REF#refs/heads/}"
poetry run coveralls
- name: Output logs
if: failure()
Expand Down

0 comments on commit 9b6260b

Please sign in to comment.