Handle branches and tags

This commit is contained in:
Suzanne Soy 2021-07-28 17:31:10 +01:00
parent 97cb67e184
commit db0bb496d2

View File

@ -14,7 +14,7 @@
(list (cons 'service "custom")
(cons 'token (getenv "CODECOV_TOKEN"))
;; TODO: this won't work for tags
(cons 'branch (substring (getenv "GITHUB_REF") (string-length "refs/heads/")))
(cons 'branch (string-trim (getenv "GITHUB_REF") #px"refs/(heads|tags)/"))
(cons 'job (getenv "GITHUB_JOB"))
(cons 'slug (getenv "GITHUB_REPOSITORY"))
(cons 'build (getenv "GITHUB_RUN_ID"))