diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-03 07:55:30 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-03 07:55:30 +0100 |
| commit | a90ac1b352bd5f7c2c677f051365401531229976 (patch) | |
| tree | cc067d47265f058cbd9a6713f5506e2d0f757508 /.travis.yml | |
| parent | 0991aa7a4dfba90e895767e77676e7d29f9d1446 (diff) | |
| download | minishell_test-a90ac1b352bd5f7c2c677f051365401531229976.tar.gz minishell_test-a90ac1b352bd5f7c2c677f051365401531229976.tar.bz2 minishell_test-a90ac1b352bd5f7c2c677f051365401531229976.zip | |
Added test.result.Result tests for edge cases detected by code coverage, Added codecov
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5c2486f..7bf128f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,3 +33,5 @@ script: - python -m pytest -vvv - python -m minishell_test -p /tmp/minishell - python -m minishell_test -p /tmp/minishell -k pwd + +after_succes: bash <(curl -s https://codecov.io/bash) |
