Skip to content

Commit

Permalink
Fix wrong param flag for codecov-action in web-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemilonkh committed Mar 19, 2024
1 parent b128055 commit 8850533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: codecov/codecov-action@v4.0.1
with:
fail_ci_if_error: false
flag: unittests
flags: unittests
name: citycatalyst-backend
token: ${{ secrets.CODECOV_TOKEN }}
slug: Open-Earth-Foundation/CityCatalyst
Expand Down

0 comments on commit 8850533

Please sign in to comment.