Skip to content

Commit

Permalink
Update codecov_action_example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ko committed Apr 10, 2024
1 parent 5a22f05 commit 9965ba0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codecov_action_example.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: API workflow

on: [push, pull_request]

jobs:
Expand All @@ -16,4 +18,4 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
- uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: "test"
CODECOV_TOKEN: "test"

0 comments on commit 9965ba0

Please sign in to comment.