Tristan Sloughter
28694fa4ef
test end case cleanups
10年前
Tristan Sloughter
5f773d7adf
Merge pull request #219 from tsloughter/profiles_remain_applied
fix for profiles_remain_applied_with_config_present fixes #212
10年前
Tristan Sloughter
4a2996a756
fix for profiles_remain_applied_with_config_present
10年前
Tristan Sloughter
49af56ff23
Merge pull request #218 from fishcakez/ct_dir
Don't include directories when testing subset of ct suites
10年前
James Fish
d6d45258d6
Don't include directories when testing subset of ct suites
10年前
Fred Hebert
768cfccda5
Merge pull request #213 from talentdeficit/eunit_fix
preserve state when compiling directories with a `rebar.config`
10年前
alisdair sullivan
90bff8f8d4
preserve state when compiling directories with a `rebar.config`
10年前
Tristan Sloughter
cdca70dfec
Merge pull request #211 from talentdeficit/ct_fixes
ct fixes
10年前
alisdair sullivan
1c56941225
fix issue where apps with a `rebar.config` were preventing
rebar state from propogating appropriately
10年前
alisdair sullivan
945eb364ee
include full path in pointer to `ct` output
10年前
Fred Hebert
5fb6bc680a
Merge pull request #210 from talentdeficit/shorter_build_dirs
shorter build dirs
10年前
Tristan Sloughter
c43641654f
Merge pull request #207 from talentdeficit/move_logs_and_cover
move `_logs` and `_cover` to `_build` dir
10年前
alisdair sullivan
434c662816
rename `_logs` and `_cover` dirs to `logs` and `cover`, respectively
10年前
alisdair sullivan
d72812cb5f
name profile directories in `_build` similarly to the arguments
to `as` used to generate them
10年前
alisdair sullivan
08ee1d9f9f
fix names in `rebar_as_SUITE`
10年前
Tristan Sloughter
7480b06e62
Merge pull request #206 from fishcakez/check_plt
Do not automatically check plt
10年前
alisdair sullivan
993a9efa58
move `_logs` and `_cover` to `_build` dir
10年前
James Fish
4ac347c4bf
Do not automatically check plt
10年前
Tristan Sloughter
f161cd90c6
Merge pull request #205 from ferd/fix-hg-diffing
Fix hg diffing
10年前
Fred Hebert
3ef3a7abec
Fix hg diffing
- fetch more complete refs for tags (may download more history than
required, but it works)
- Fix comparison of tag distance by using lists everywhere
10年前
Fred Hebert
27dae6a655
Merge pull request #204 from tsloughter/git_hg_cmd
use rebar_utils:sh for git and hg commands to have better errors and log
10年前
Tristan Sloughter
46bd6fc59d
Merge pull request #203 from tsloughter/mv
use rebar_file_utils:mv instead of copy for fetched source
10年前
Tristan Sloughter
392108000a
use rebar_utils:sh for git and hg commands to have better errors and logs
10年前
Tristan Sloughter
8ce1de1825
use rebar_file_utils:mv instead of copy for fetched source
10年前
Tristan Sloughter
358046b095
Merge pull request #202 from talentdeficit/cover
`cover` task
10年前
Tristan Sloughter
4c70d16e50
Merge pull request #194 from talentdeficit/more_space_for_as
`as` delegates task handling to `do` provider
10年前
alisdair sullivan
6c421e5433
change from post-purging modules after checking their module info to
pre-purging before checking to facilitate long do chains
10年前
alisdair sullivan
9d41b75638
add `cover` task to README
10年前
alisdair sullivan
af7ba345fa
erlang r15x (and possibly earlier) don't put the correct path to
source files in the `compile` key of `module_info/1` so `rebar cover`
struggles locating source in some instances. in these cases a warning
is printed and crappy coverage info is written rather than none at all
10年前
alisdair sullivan
0e606138c5
print warning if cover can't annotate source and skip file
10年前
alisdair sullivan
eb93bb000a
replace use of `float_to_list/2` for r15x
10年前
alisdair sullivan
ad8982b931
generate cover data (via the `{cover_enabled, true}` option in
`rebar.config` or via the `-c\--cover` flag given to the appropriate
task) from the `eunit` and `ct` tasks and add a `cover` task to
write coverage analysis to disk
10年前
alisdair sullivan
4a61bae7b3
`as` delegates task handling to `do` provider
10年前
alisdair sullivan
516a4cef25
exclude beams compiled from source in `test` from the .app file
10年前
alisdair sullivan
c7c00bccfd
modify `ct` and `eunit` to work with isolated `ebin` dirs
10年前
alisdair sullivan
12726111bc
`add_to_profile/3` function added to `rebar_state`
10年前
Tristan Sloughter
baf46a861b
Merge pull request #187 from tsloughter/profiles_dir
make base_dir for a run include the profiles in path, link to shared dep
10年前
Fred Hebert
8affde1c37
Merge pull request #200 from ferd/useless-test-from-fruitless-debugging
Some free tests from a debugging session
10年前
Fred Hebert
b98d977c5d
Some free tests from a debugging session
The session was unfruitful, but I guess the tests were not necessarily
10年前
Fred Hebert
03f542d0dd
Merge pull request #199 from tsloughter/empty_list_profile_merge
don't replace non-string list with empty list in profile merge
10年前
Tristan Sloughter
80f276e5e5
don't replace non-string list with empty list in profile merge
10年前
Tristan Sloughter
af0f4bb20a
include test dir in symlinks
10年前
Tristan Sloughter
0a8ee68042
fix compile/3 call in common_test provider
10年前
Tristan Sloughter
75f8a772b0
copy all files from ebin to build output ebin if exists
10年前
Tristan Sloughter
9fc885073b
use same symlink or copy function for deps links
10年前
Tristan Sloughter
440f0d7524
update compile call from common test provider with new outdir
10年前
Tristan Sloughter
675044bc83
use relative path on non-windows and copy if link fails
10年前
Tristan Sloughter
65204ba0ba
include link to src in outdir for R15 cover/xref
10年前
Tristan Sloughter
a238bc24c6
output proper error message for missing app file
10年前
Tristan Sloughter
ae9c83fb4b
copy project apps to deps output dir for compilation
10年前