Skip to content

Commit c02e0b3

Browse files
authored
fix: codecov try specifying the environment (#982)
1 parent dae6e97 commit c02e0b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unittests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push, pull_request]
55
jobs:
66
test:
77
runs-on: ubuntu-latest
8+
environment: github-actions
89
steps:
910
- name: Checkout
1011
uses: actions/checkout@v2

0 commit comments

Comments
 (0)