We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 554f63c + 0d4e058 commit 20d14c6Copy full SHA for 20d14c6
2 files changed
.github/workflows/python-publish.yml
@@ -9,9 +9,6 @@
9
name: Upload Python Package
10
11
on:
12
- push:
13
- tags:
14
- - 'v*'
15
release:
16
types: [published]
17
.github/workflows/report-coverage.yml
@@ -1,7 +1,7 @@
1
name: Report Coverage
2
3
4
- release:
+ push:
5
branches: ["master"]
6
7
permissions:
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install pytest coverage coveralls
25
+ pip install -f requirements.txt
26
- name: Report coverage
27
env:
28
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
0 commit comments