mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 06:30:51 +03:00
Update coveralls job
This commit is contained in:
parent
f02b4eccb3
commit
9dd841ebc8
8
.github/workflows/tests-and-linters.yml
vendored
8
.github/workflows/tests-and-linters.yml
vendored
|
@ -27,10 +27,6 @@ jobs:
|
|||
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
steps:
|
||||
- name: Get the current branch name
|
||||
shell: bash
|
||||
run: echo "::set-output name=branch::${GITHUB_REF#refs/heads/}"
|
||||
id: branch-name
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
|
@ -40,7 +36,9 @@ jobs:
|
|||
- run: tox
|
||||
env:
|
||||
TOXENV: coveralls
|
||||
COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }}
|
||||
- uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
linters:
|
||||
name: Run linters
|
||||
|
|
Loading…
Reference in New Issue
Block a user