We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent b982f47 commit 70366d4Copy full SHA for 70366d4
.github/workflows/build-docs.yaml
.github/workflows/pytest.yaml
@@ -1,6 +1,12 @@
1
name: test
2
3
-on: pull_request
+# TODO workaround for Codecov/squash and merge, a bit wasteful
4
+# Revise e.g. via https://github.com/codecov/feedback/issues/369
5
+on:
6
+ pull_request:
7
+ push:
8
+ branches:
9
+ - 'main'
10
11
jobs:
12
test:
@@ -130,7 +136,6 @@ jobs:
130
136
run: |
131
137
source .venv/bin/activate
132
138
pytest --backend ${{ matrix.backend }} --postgres-dsn "postgresql://postgres:postgres@localhost:5432/test" --cov-report xml:.coverage.xml --cov=ixmp4 -rsxX --benchmark-skip --color=yes
133
-
134
139
#------------------------------
135
140
# Upload coverage to codecov
141
0 commit comments