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 bd93808 commit 9ce23b6Copy full SHA for 9ce23b6
.github/workflows/workflow.yml
@@ -1,5 +1,9 @@
1
name: Build
2
on: [push, pull_request]
3
+env:
4
+ # This projects has many layers of nested processes making test coverage not
5
+ # work correctly
6
+ COVERAGE: 'false'
7
jobs:
8
combinations:
9
# git push --tags does not create any commits so should not trigger a new
0 commit comments