Skip to content

Commit

Permalink
#254 - Update github actions
Browse files Browse the repository at this point in the history
- add codecov token
  • Loading branch information
michael-82 committed Feb 2, 2024
1 parent fef8fd0 commit d66cd21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true

Expand Down Expand Up @@ -128,7 +130,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Feasibility Backend Image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: backend-image
path: /tmp
Expand Down

0 comments on commit d66cd21

Please sign in to comment.