Skip to content

Commit d81e2f3

Browse files
committed
Configure git user for test coverage run
1 parent d83280e commit d81e2f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
remotes::install_cran("covr")
3939
shell: Rscript {0}
4040

41+
- name: Configure Git user
42+
run: |
43+
git config --global user.email "[email protected]"
44+
git config --global user.name "GitHub Actions User"
45+
4146
- name: Test coverage
4247
run: covr::codecov()
4348
shell: Rscript {0}

0 commit comments

Comments
 (0)