Skip to content

Commit fe539e6

Browse files
authored
Update main.workflow
1 parent 60ac9df commit fe539e6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/main.workflow

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ action "run tests" {
2727
}
2828

2929
action "send coverage to codecov" {
30-
uses = "docker://ubuntu:latest"
31-
needs = ["run tests"]
32-
runs = "bash"
33-
args = "<(curl -s https://codecov.io/bash)"
30+
uses = "Atrox/codecov-action@v0.1.0"
3431
secrets = ["CODECOV_TOKEN"]
32+
needs = ["run tests"]
3533
}

0 commit comments

Comments
 (0)