Skip to content

Commit

Permalink
ci: fix coverage report env variable (#4066)
Browse files Browse the repository at this point in the history
* ci: fix coverage report env variable

* doc: update changelog
  • Loading branch information
JakobLichterfeld authored Jul 8, 2024
1 parent 4c7ec67 commit 57acace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,5 @@ jobs:
if: github.ref == 'refs/heads/master' && matrix.report_coverage
run: mix coveralls.github
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#### Build, CI, internal

- ci: fix coverage report env variable (#4066 - @JakobLichterfeld)

#### Dashboards

- Configure Grafana to use browser language / date formats (#4064 - @swiffer)
Expand Down

0 comments on commit 57acace

Please sign in to comment.