Skip to content

Commit

Permalink
chore(ci) remove temporary Coveralls fix
Browse files Browse the repository at this point in the history
See #337.
  • Loading branch information
thibaultcha committed Aug 3, 2023
1 parent 45097cf commit f28e33a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ defaults:
run:
shell: bash

env:
COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }}

jobs:
unit:
name: 'Unit'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ env:
TEST_NGINX_USE_HUP: ${{ inputs.hup == 'hup' && 1 || 0 }}
TEST_NGINX_TIMEOUT: 60
TEST_NGINX_EXTERNAL_TIMEOUT: 120s
COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }}

jobs:
tests:
Expand Down

0 comments on commit f28e33a

Please sign in to comment.