Skip to content

Commit

Permalink
Merge branch 'main' into feature/fetch_constants_from_api
Browse files Browse the repository at this point in the history
  • Loading branch information
karianna authored Apr 30, 2024
2 parents d94ec0d + 305e6dd commit d556755
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 @@ -27,4 +27,6 @@ jobs:
- run: npm run coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d556755

Please sign in to comment.