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.
2 parents e9060ba + 736a2c6 commit d03abd7Copy full SHA for d03abd7
.github/workflows/publisher_coverage.yaml
@@ -32,7 +32,7 @@ jobs:
32
# We skip the Kicker APNews publishers, because they are IP-blocked
33
run: |
34
set -o pipefail
35
- timeout 25m python -u scripts/publisher_coverage.py --skip Kicker APNews | tee publisher_coverage.txt
+ timeout 25m python -u scripts/publisher_coverage.py --skip Kicker APNews Tageblatt | tee publisher_coverage.txt
36
37
- name: Upload Coverage Report
38
if: always()
0 commit comments