We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5510507 commit a71c5c5Copy full SHA for a71c5c5
.travis.yml
@@ -14,4 +14,4 @@ script:
14
after_script:
15
- make docs_report
16
after_success:
17
- - make push_docs_report
+ - bash <(curl -s https://codecov.io/bash)
Makefile
@@ -47,9 +47,6 @@ unit_test:
47
docs_report:
48
mix inch.report
49
50
-push_docs_report:
51
- bash <(curl -s https://codecov.io/bash)
52
-
53
priv:
54
mkdir -p priv
55
@@ -64,4 +61,4 @@ priv/matrix.so: c_src/matrix.o
64
61
65
62
clean:
66
63
$(RM) $(NIF) src/*.o
67
+
0 commit comments