File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : phpunit-coverage-badge
37
37
38
+ with :
39
+ coverage_badge_path : .github/coverage.svg
40
+ push_badge : false
41
+
42
+ - name : Git push to image-data branch
43
+ uses : peaceiris/actions-gh-pages@v3
44
+ with :
45
+ publish_dir : .github
46
+ publish_branch : image-data
47
+ github_token : ${{ secrets.GITHUB_TOKEN }}
48
+ user_name : ' github-actions[bot]'
49
+ user_email : ' github-actions[bot]@users.noreply.github.com'
38
50
39
51
- name : PHPStan analysis
40
52
run : vendor/bin/phpstan
Original file line number Diff line number Diff line change 6
6
[ ![ Latest Unstable Version] ( https://poser.pugx.org/paragonie/halite/v/unstable )] ( https://packagist.org/packages/paragonie/halite )
7
7
[ ![ License] ( https://poser.pugx.org/paragonie/halite/license )] ( https://packagist.org/packages/paragonie/halite )
8
8
[ ![ Downloads] ( https://img.shields.io/packagist/dt/paragonie/halite.svg )] ( https://packagist.org/packages/paragonie/halite )
9
+ [ ![ Coverage Status] ( https://github.com/paragonie/halite/.github/coverage.svg )] ( https://github.com/paragonie/halite/actions/workflows/ci.yml )
9
10
10
11
** Halite** is a high-level cryptography interface that relies on [ libsodium] ( https://pecl.php.net/package/libsodium )
11
12
for all of its underlying cryptography operations.
You can’t perform that action at this time.
0 commit comments