We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f76940 commit 273a0c7Copy full SHA for 273a0c7
.github/workflows/release.yml
@@ -33,10 +33,8 @@ jobs:
33
pre-commit run -a --show-diff-on-failure
34
- name: Test with pytest
35
id: test
36
- env:
37
- DATABASE_URL: postgres://postgres:postgres@localhost:5432/alerta
38
run: |
39
- pytest --cov=alerta tests/*.py
+ pytest --cov=alertaclient tests/unit
40
- uses: act10ns/slack@v2
41
with:
42
status: ${{ job.status }}
.github/workflows/tests.yml
@@ -42,8 +42,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=50 --max-line-length=127 --statistics
43
44
id: unit-test
45
46
47
48
pytest --cov=alertaclient tests/unit
49
- name: Integration Test
0 commit comments