jpoehnelt / secrets-sync-action

A Github Action that can sync secrets from one repository to many others.
https://github.com/marketplace/actions/secrets-sync-action
Apache License 2.0
314 stars 92 forks source link

fix: catch never executes #2

Closed jpoehnelt closed 4 years ago

jpoehnelt commented 4 years ago

closes #1

codecov-io commented 4 years ago

Codecov Report

Merging #2 into master will decrease coverage by 21.14%. The diff coverage is 60.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #2       +/-   ##
===========================================
- Coverage   98.79%   77.64%   -21.15%     
===========================================
  Files           5        5               
  Lines          83       85        +2     
  Branches        8        8               
===========================================
- Hits           82       66       -16     
- Misses          1       19       +18     
Impacted Files Coverage Δ
src/main.ts 0.00% <0.00%> (-100.00%) :arrow_down:
src/github.ts 97.36% <100.00%> (ø)
src/secrets.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2b3ca20...f1d353b. Read the comment docs.

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 1.1.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: