Skip to content

Commit

Permalink
Codecov (#659)
Browse files Browse the repository at this point in the history
* update version info

Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>

* Update CodeCov Token

Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>

---------

Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
  • Loading branch information
fjogeleit authored Apr 15, 2024
1 parent 52e10ae commit 4e371a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
set -e
make test-backend
- name: Upload Report to Codecov
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
file: ./backend/coverage.out
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit 4e371a9

Please sign in to comment.