Skip to content

Commit 42454a4

Browse files
committed
codecov-action v5
1 parent c87940a commit 42454a4

12 files changed

+5
-9
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ruby-version: 3.0
2020
- run: bundle update
2121
- run: bundle exec rake
22-
- uses: codecov/codecov-action@v4
22+
- uses: codecov/codecov-action@v5
2323
with:
2424
token: ${{ secrets.CODECOV_TOKEN }}
2525
fail_ci_if_error: true

deploy.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
cd $(dirname $0)
4+
cd "$(dirname "$0")"
55
bundle update
66
# rake
77
sed -i -s 's|Gemfile.lock||g' .gitignore
@@ -12,4 +12,3 @@ git add .gitignore
1212
git commit -m 'config.yml for heroku'
1313
trap 'git reset HEAD~1 && rm config.yml && git checkout -- .gitignore' EXIT
1414
git push heroku master -f
15-

public/dont-talk.png

-53.9 KB
Loading

public/down.svg

+1-1
Loading

public/logo-1024.png

-33.6 KB
Loading

public/logo-256.png

-6.03 KB
Loading

public/logo-64.png

-1.79 KB
Loading

public/logo.svg

+1-1
Loading

public/up.svg

+1-1
Loading

views/effects.haml

-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@
4747
%td.right
4848
= r[:risks]
4949
= Haml::Engine.new(File.read('views/_paging.haml')).render(self, locals.merge(count: effects.count))
50-

views/not_found.haml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
%p
22
This page is not here.
33
Most likely the link is broken or expired.
4-

views/risks.haml

-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@
4646
%td.right
4747
= r[:effects]
4848
= Haml::Engine.new(File.read('views/_paging.haml')).render(self, locals.merge(count: risks.count))
49-

0 commit comments

Comments
 (0)